staging: rtl8723bs: remove empty #ifdef block
authorFabio Aiuto <fabioaiuto83@gmail.com>
Thu, 15 Apr 2021 10:07:24 +0000 (12:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Apr 2021 08:39:51 +0000 (10:39 +0200)
remove #ifdef block left empty after DBG_871X_LEVEL
deletion.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/c2600c9a71d4e222963cbc600b2e703fe2b1289f.1618480688.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/sdio_intf.c

index c767651e2134e989487c2598a3668adabed35954..d2bf444117b88a33927f823620980de7d81f87e9 100644 (file)
@@ -487,10 +487,6 @@ static int __init rtw_drv_entry(void)
 {
        int ret;
 
-#ifdef BTCOEXVERSION
-#endif /*  BTCOEXVERSION */
-
-
        ret = sdio_register_driver(&rtl8723bs_sdio_driver);
        if (ret != 0)
                rtw_ndev_notifier_unregister();