Commit afcc2472 authored by Adrian Bunk's avatar Adrian Bunk Committed by Paul Mackerras

[PATCH] PPC_PREP: remove unneeded exports

This patch removes the EXPORT_SYMBOL'ed but completely unused variable
ucSystemType and removes the unneeded EXPORT_SYMBOL(_prep_type).
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b9abaa3f
...@@ -76,11 +76,6 @@ EXPORT_SYMBOL(single_step_exception); ...@@ -76,11 +76,6 @@ EXPORT_SYMBOL(single_step_exception);
EXPORT_SYMBOL(sys_sigreturn); EXPORT_SYMBOL(sys_sigreturn);
#endif #endif
#if defined(CONFIG_PPC_PREP)
EXPORT_SYMBOL(_prep_type);
EXPORT_SYMBOL(ucSystemType);
#endif
EXPORT_SYMBOL(strcpy); EXPORT_SYMBOL(strcpy);
EXPORT_SYMBOL(strncpy); EXPORT_SYMBOL(strncpy);
EXPORT_SYMBOL(strcat); EXPORT_SYMBOL(strcat);
......
...@@ -82,10 +82,6 @@ EXPORT_SYMBOL(ppc_n_lost_interrupts); ...@@ -82,10 +82,6 @@ EXPORT_SYMBOL(ppc_n_lost_interrupts);
EXPORT_SYMBOL(ISA_DMA_THRESHOLD); EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
EXPORT_SYMBOL(DMA_MODE_READ); EXPORT_SYMBOL(DMA_MODE_READ);
EXPORT_SYMBOL(DMA_MODE_WRITE); EXPORT_SYMBOL(DMA_MODE_WRITE);
#if defined(CONFIG_PPC_PREP)
EXPORT_SYMBOL(_prep_type);
EXPORT_SYMBOL(ucSystemType);
#endif
#if !defined(__INLINE_BITOPS) #if !defined(__INLINE_BITOPS)
EXPORT_SYMBOL(set_bit); EXPORT_SYMBOL(set_bit);
......
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
TODC_ALLOC(); TODC_ALLOC();
unsigned char ucSystemType;
unsigned char ucBoardRev; unsigned char ucBoardRev;
unsigned char ucBoardRevMaj, ucBoardRevMin; unsigned char ucBoardRevMaj, ucBoardRevMin;
......
...@@ -68,7 +68,6 @@ extern int _chrp_type; ...@@ -68,7 +68,6 @@ extern int _chrp_type;
* vendor. Board revision is also made available. This will be moved * vendor. Board revision is also made available. This will be moved
* elsewhere soon * elsewhere soon
*/ */
extern unsigned char ucSystemType;
extern unsigned char ucBoardRev; extern unsigned char ucBoardRev;
extern unsigned char ucBoardRevMaj, ucBoardRevMin; extern unsigned char ucBoardRevMaj, ucBoardRevMin;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment