1 --- a/arch/mips/alchemy/mtx-1/board_setup.c
2 +++ b/arch/mips/alchemy/mtx-1/board_setup.c
3 @@ -67,7 +67,6 @@ static void mtx1_power_off(void)
5 void __init board_setup(void)
7 - alchemy_gpio2_enable();
9 #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
10 /* Enable USB power switch */
11 @@ -107,21 +106,13 @@ void __init board_setup(void)
13 mtx1_pci_idsel(unsigned int devsel, int assert)
15 -#define MTX_IDSEL_ONLY_0_AND_3 0
16 -#if MTX_IDSEL_ONLY_0_AND_3
17 - if (devsel != 0 && devsel != 3) {
18 - printk(KERN_ERR "*** not 0 or 3\n");
23 if (assert && devsel != 0)
24 /* Suppress signal to Cardbus */
25 gpio_set_value(1, 0); /* set EXT_IO3 OFF */
27 gpio_set_value(1, 1); /* set EXT_IO3 ON */