diff options
| author | Paul Mackerras <paulus@au1.ibm.com> | 2002-09-05 12:01:37 +1000 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2002-09-05 12:01:37 +1000 |
| commit | 745f97b9e0780005a6683e4dc35a413c8a9cee35 (patch) | |
| tree | dd567cafb25489e77f86e6a607e04b74b95a4c0d | |
| parent | 2f7668950e61383aed361410481dab0020e272c6 (diff) | |
PPC32: remove unnecessary includes in ppc_ksyms.c
| -rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 6bd6aeba2122..8cb871636128 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c @@ -42,10 +42,6 @@ #include <asm/nvram.h> #include <asm/mmu_context.h> #include <asm/backlight.h> -#ifdef CONFIG_SMP -#include <asm/smplock.h> -#include <asm/smp.h> -#endif /* CONFIG_SMP */ #include <asm/time.h> #include <asm/cputable.h> #include <asm/btext.h> |
