diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /arch/mips/pmc-sierra/msp71xx | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'arch/mips/pmc-sierra/msp71xx')
-rw-r--r-- | arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c | 1 | ||||
-rw-r--r-- | arch/mips/pmc-sierra/msp71xx/msp_prom.c | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c b/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c index 5175357d0a25..94c9c2c9fbc1 100644 --- a/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c +++ b/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c | |||
@@ -131,4 +131,3 @@ void msp_cic_irq_dispatch(void) | |||
131 | else | 131 | else |
132 | do_IRQ(ffs(pending) + intbase - 1); | 132 | do_IRQ(ffs(pending) + intbase - 1); |
133 | } | 133 | } |
134 | |||
diff --git a/arch/mips/pmc-sierra/msp71xx/msp_prom.c b/arch/mips/pmc-sierra/msp71xx/msp_prom.c index c317a3623ce9..db00deb59b9c 100644 --- a/arch/mips/pmc-sierra/msp71xx/msp_prom.c +++ b/arch/mips/pmc-sierra/msp71xx/msp_prom.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <linux/string.h> | 40 | #include <linux/string.h> |
41 | #include <linux/interrupt.h> | 41 | #include <linux/interrupt.h> |
42 | #include <linux/mm.h> | 42 | #include <linux/mm.h> |
43 | #include <linux/slab.h> | ||
43 | 44 | ||
44 | #include <asm/addrspace.h> | 45 | #include <asm/addrspace.h> |
45 | #include <asm/bootinfo.h> | 46 | #include <asm/bootinfo.h> |
@@ -303,12 +304,6 @@ char *prom_getenv(char *env_name) | |||
303 | } | 304 | } |
304 | 305 | ||
305 | /* PROM commandline functions */ | 306 | /* PROM commandline functions */ |
306 | char *prom_getcmdline(void) | ||
307 | { | ||
308 | return &(arcs_cmdline[0]); | ||
309 | } | ||
310 | EXPORT_SYMBOL(prom_getcmdline); | ||
311 | |||
312 | void __init prom_init_cmdline(void) | 307 | void __init prom_init_cmdline(void) |
313 | { | 308 | { |
314 | char *cp; | 309 | char *cp; |