diff options
Diffstat (limited to 'arch/mips/txx9/generic/setup_tx3927.c')
-rw-r--r-- | arch/mips/txx9/generic/setup_tx3927.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/generic/setup_tx3927.c b/arch/mips/txx9/generic/setup_tx3927.c index 110e05c3eb8f..d3b83a92cf26 100644 --- a/arch/mips/txx9/generic/setup_tx3927.c +++ b/arch/mips/txx9/generic/setup_tx3927.c | |||
@@ -92,7 +92,6 @@ void __init tx3927_setup(void) | |||
92 | /* PIO */ | 92 | /* PIO */ |
93 | __raw_writel(0, &tx3927_pioptr->maskcpu); | 93 | __raw_writel(0, &tx3927_pioptr->maskcpu); |
94 | __raw_writel(0, &tx3927_pioptr->maskext); | 94 | __raw_writel(0, &tx3927_pioptr->maskext); |
95 | txx9_gpio_init(TX3927_PIO_REG, 0, 16); | ||
96 | 95 | ||
97 | conf = read_c0_conf(); | 96 | conf = read_c0_conf(); |
98 | if (conf & TX39_CONF_DCE) { | 97 | if (conf & TX39_CONF_DCE) { |