Skip to content

Commit 2a9cee5

Browse files
mrutland-armwildea01
authored andcommitted
arm64: remove arm64ksyms.c
Now that arm64ksyms.c has been reduced to a stub, let's remove it entirely. New exports should be associated with their function definition. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
1 parent dbd3196 commit 2a9cee5

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

arch/arm64/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $(obj)/%.stub.o: $(obj)/%.o FORCE
3030
arm64-obj-$(CONFIG_COMPAT) += sys32.o kuser32.o signal32.o \
3131
sys_compat.o
3232
arm64-obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o entry-ftrace.o
33-
arm64-obj-$(CONFIG_MODULES) += arm64ksyms.o module.o
33+
arm64-obj-$(CONFIG_MODULES) += module.o
3434
arm64-obj-$(CONFIG_ARM64_MODULE_PLTS) += module-plts.o
3535
arm64-obj-$(CONFIG_PERF_EVENTS) += perf_regs.o perf_callchain.o
3636
arm64-obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o

arch/arm64/kernel/arm64ksyms.c

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)