projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7ac95
)
MIPS: Octeon: Remove redundant declaration of octeon_reserve32_memory
author
Yang Shi
<
[email protected]
>
Wed, 3 Mar 2010 08:43:20 +0000
(16:43 +0800)
committer
Ralf Baechle
<
[email protected]
>
Mon, 12 Apr 2010 16:26:10 +0000
(17:26 +0100)
octeon_reserve32_memory is defined In Octeon's setup.c, so remove the
redundant extern declaration of this variable.
Signed-off-by: Yang Shi <
[email protected]
>
To:
[email protected]
Cc:
[email protected]
Patchwork: http://patchwork.linux-mips.org/patch/1022/
Acked-by: David Daney <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/cavium-octeon/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/cavium-octeon/setup.c
b/arch/mips/cavium-octeon/setup.c
index e07c54048f9706d96b31a33947107bb9821d64fd..9a06fa9f9f0cdc890a8c2f9f8ad05b5384feb510 100644
(file)
--- 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;