diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-20 08:00:04 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 23:14:39 +1000 |
commit | 7b20a955c3eec58e87f3d32cc1438eab6447ff4c (patch) | |
tree | b6debae3e02acee796d9113cd6e46434f7616cdc /arch/powerpc/lib/Makefile | |
parent | 5889bafa933e9f096c82cc46c9b134d2562b114b (diff) | |
download | linux-7b20a955c3eec58e87f3d32cc1438eab6447ff4c.tar.gz linux-7b20a955c3eec58e87f3d32cc1438eab6447ff4c.tar.bz2 linux-7b20a955c3eec58e87f3d32cc1438eab6447ff4c.zip |
powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c
Move the lib symbol exports closer to their function definitions
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r-- | arch/powerpc/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile index 59fa2de9546d..9f342f134ae4 100644 --- a/arch/powerpc/lib/Makefile +++ b/arch/powerpc/lib/Makefile @@ -10,7 +10,7 @@ CFLAGS_REMOVE_code-patching.o = -pg CFLAGS_REMOVE_feature-fixups.o = -pg obj-y := string.o alloc.o \ - crtsavres.o + crtsavres.o ppc_ksyms.o obj-$(CONFIG_PPC32) += div64.o copy_32.o obj-$(CONFIG_HAS_IOMEM) += devres.o |