diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 0cac112ca89d..21ef643a0208 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <asm/prom.h> | 24 | #include <asm/prom.h> |
25 | #include <asm/processor.h> | 25 | #include <asm/processor.h> |
26 | #include <asm/pgtable.h> | 26 | #include <asm/pgtable.h> |
27 | #include <asm/bootinfo.h> | ||
28 | #include <asm/setup.h> | 27 | #include <asm/setup.h> |
29 | #include <asm/amigappc.h> | 28 | #include <asm/amigappc.h> |
30 | #include <asm/smp.h> | 29 | #include <asm/smp.h> |
@@ -60,10 +59,6 @@ struct ide_machdep_calls ppc_ide_md; | |||
60 | int __irq_offset_value; | 59 | int __irq_offset_value; |
61 | EXPORT_SYMBOL(__irq_offset_value); | 60 | EXPORT_SYMBOL(__irq_offset_value); |
62 | 61 | ||
63 | /* Used with the BI_MEMSIZE bootinfo parameter to store the memory | ||
64 | size value reported by the boot loader. */ | ||
65 | unsigned long boot_mem_size; | ||
66 | |||
67 | unsigned long ISA_DMA_THRESHOLD; | 62 | unsigned long ISA_DMA_THRESHOLD; |
68 | unsigned int DMA_MODE_READ; | 63 | unsigned int DMA_MODE_READ; |
69 | unsigned int DMA_MODE_WRITE; | 64 | unsigned int DMA_MODE_WRITE; |