summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle2007-02-27 19:15:01 +0100
committerJeff Garzik2007-03-03 01:55:07 +0100
commitc8d64f8a058d6d9fde0291348fa5ac4d29c52da2 (patch)
tree1887173754034850e1c59939e2fe6d476d611157 /arch/mips
parentMerge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
downloadkernel-qcow2-linux-c8d64f8a058d6d9fde0291348fa5ac4d29c52da2.tar.gz
kernel-qcow2-linux-c8d64f8a058d6d9fde0291348fa5ac4d29c52da2.tar.xz
kernel-qcow2-linux-c8d64f8a058d6d9fde0291348fa5ac4d29c52da2.zip
jmr3927: do not call tc35815_killall().
No need to stop tc35815 before resetting the board. This fixes the build of tc35815 as a module. This also means there is no caller of tc35815_killall left, so remove that function also. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/jmr3927/rbhma3100/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/jmr3927/rbhma3100/setup.c b/arch/mips/jmr3927/rbhma3100/setup.c
index 7ca3d6d07b34..ecabe5b08489 100644
--- a/arch/mips/jmr3927/rbhma3100/setup.c
+++ b/arch/mips/jmr3927/rbhma3100/setup.c
@@ -137,10 +137,6 @@ int jmr3927_ccfg_toeon = 0;
static inline void do_reset(void)
{
-#ifdef CONFIG_TC35815
- extern void tc35815_killall(void);
- tc35815_killall();
-#endif
#if 1 /* Resetting PCI bus */
jmr3927_ioc_reg_out(0, JMR3927_IOC_RESET_ADDR);
jmr3927_ioc_reg_out(JMR3927_IOC_RESET_PCI, JMR3927_IOC_RESET_ADDR);