staging: wilc1000: remove ifdef OLD_FPGA_BITFILE line
authorGlen Lee <glen.lee@atmel.com>
Wed, 23 Sep 2015 07:10:52 +0000 (16:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:33:45 +0000 (02:33 +0200)
OLD_FPGA_BITFILE is not used in the driver. Just delete ifdef line and it's
related codes.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c

index ddb03a82b0f9a966d9c1aa24c25a50db839d9b9c..a3dd421b7f325a45d4a360f6cb3a14537e4e194c 100644 (file)
@@ -1500,22 +1500,6 @@ static int wilc_wlan_start(void)
        /**
         *      Set the host interface
         **/
-#ifdef OLD_FPGA_BITFILE
-       acquire_bus(ACQUIRE_ONLY);
-       ret = p->hif_func.hif_read_reg(WILC_VMM_CORE_CTL, &reg);
-       if (!ret) {
-               wilc_debug(N_ERR, "[wilc start]: fail read reg vmm_core_ctl...\n");
-               release_bus(RELEASE_ALLOW_SLEEP);
-               return ret;
-       }
-       reg |= (p->io_func.io_type << 2);
-       ret = p->hif_func.hif_write_reg(WILC_VMM_CORE_CTL, reg);
-       if (!ret) {
-               wilc_debug(N_ERR, "[wilc start]: fail write reg vmm_core_ctl...\n");
-               release_bus(RELEASE_ONLY);
-               return ret;
-       }
-#else
        if (p->io_func.io_type == HIF_SDIO) {
                reg = 0;
                reg |= (1 << 3); /* bug 4456 and 4557 */
@@ -1572,8 +1556,6 @@ static int wilc_wlan_start(void)
                ret = -5;
                return ret;
        }
-#endif
-
 
        /**
         *      Bus related