summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
diff options
context:
space:
mode:
authorYang Shi2010-03-03 09:43:20 +0100
committerRalf Baechle2010-04-12 18:26:10 +0200
commit7ea4a6891b68fe60bf4eee41a7ef38d524b0aebd (patch)
tree7063175eebf15cbb14edc96bf6469820164ae85f /arch/mips/cavium-octeon
parentMIPS: Trace: Don't trace irqsoff for the idle process (diff)
downloadkernel-qcow2-linux-7ea4a6891b68fe60bf4eee41a7ef38d524b0aebd.tar.gz
kernel-qcow2-linux-7ea4a6891b68fe60bf4eee41a7ef38d524b0aebd.tar.xz
kernel-qcow2-linux-7ea4a6891b68fe60bf4eee41a7ef38d524b0aebd.zip
MIPS: Octeon: Remove redundant declaration of octeon_reserve32_memory
octeon_reserve32_memory is defined In Octeon's setup.c, so remove the redundant extern declaration of this variable. Signed-off-by: Yang Shi <yang.shi@windriver.com> To: f.fainelli@gmail.com Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/1022/ Acked-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon')
-rw-r--r--arch/mips/cavium-octeon/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index e07c54048f97..9a06fa9f9f0c 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -45,9 +45,6 @@ extern struct plat_smp_ops octeon_smp_ops;
extern void pci_console_init(const char *arg);
#endif
-#ifdef CONFIG_CAVIUM_RESERVE32
-extern uint64_t octeon_reserve32_memory;
-#endif
static unsigned long long MAX_MEMORY = 512ull << 20;
struct octeon_boot_descriptor *octeon_boot_desc_ptr;