diff options
Diffstat (limited to 'pkg/subsystem')
| -rw-r--r-- | pkg/subsystem/legacy/extract.go (renamed from pkg/subsystem/extract.go) | 2 | ||||
| -rw-r--r-- | pkg/subsystem/legacy/extract_test.go (renamed from pkg/subsystem/extract_test.go) | 2 | ||||
| -rw-r--r-- | pkg/subsystem/legacy/maintainers.go (renamed from pkg/subsystem/maintainers.go) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/subsystem/extract.go b/pkg/subsystem/legacy/extract.go index 1908f5e54..5c321dc97 100644 --- a/pkg/subsystem/extract.go +++ b/pkg/subsystem/legacy/extract.go @@ -1,7 +1,7 @@ // Copyright 2022 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -package subsystem +package legacy import ( "regexp" diff --git a/pkg/subsystem/extract_test.go b/pkg/subsystem/legacy/extract_test.go index eb04ff6ce..d23ec11e2 100644 --- a/pkg/subsystem/extract_test.go +++ b/pkg/subsystem/legacy/extract_test.go @@ -1,7 +1,7 @@ // Copyright 2022 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -package subsystem +package legacy import ( "sort" diff --git a/pkg/subsystem/maintainers.go b/pkg/subsystem/legacy/maintainers.go index f44e6550b..948c2d851 100644 --- a/pkg/subsystem/maintainers.go +++ b/pkg/subsystem/legacy/maintainers.go @@ -1,7 +1,7 @@ // Copyright 2022 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -package subsystem +package legacy func LinuxGetMaintainers(subsystemName string) []string { return linuxSubsystems[subsystemName].cc |
