aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/scripts')
-rw-r--r--arch/x86_64/scripts/kernel.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/scripts/kernel.ld b/arch/x86_64/scripts/kernel.ld
index f621c3f1..e6ae3425 100644
--- a/arch/x86_64/scripts/kernel.ld
+++ b/arch/x86_64/scripts/kernel.ld
@@ -76,9 +76,9 @@ SECTIONS
. = ALIGN(8);
/* Filesystem driver factories */
- PROVIDE(__start_fs_types = .);
- KEEP(*(fs_types));
- PROVIDE(__stop_fs_types = .);
+ PROVIDE(__start_filesystem_drivers = .);
+ KEEP(*(filesystem_drivers));
+ PROVIDE(__stop_filesystem_drivers = .);
/* Kernel driver factories */
PROVIDE(__start_kernel_drivers = .);