diff options
author | Fabio Aiuto <fabioaiuto83@gmail.com> | 2021-04-15 13:07:24 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-22 11:39:51 +0300 |
commit | 4ca91abbe40606a06549e556256c7919973749db (patch) | |
tree | 0bba0990d6ecb3f75b9a3e9f9ae2e3a3d76cce9c /drivers/staging | |
parent | 180b9f220a59d51cd661174e0cab459d095d204e (diff) | |
download | linux-4ca91abbe40606a06549e556256c7919973749db.tar.xz |
staging: rtl8723bs: remove empty #ifdef block
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c index c767651e2134..d2bf444117b8 100644 --- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c +++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c @@ -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(); |