[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210823221156.3353972-1-hello@bryanbrattlof.com>
Date: Mon, 23 Aug 2021 22:12:21 +0000
From: Bryan Brattlof <hello@...anbrattlof.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev,
Bryan Brattlof <hello@...anbrattlof.com>
Subject: [PATCH] staging: rtl8723bs: remove sdio_osintf.h
All definitions inside sdio_osintf.h are unused. Remove it.
Signed-off-by: Bryan Brattlof <hello@...anbrattlof.com>
---
drivers/staging/rtl8723bs/include/drv_types.h | 1 -
drivers/staging/rtl8723bs/include/sdio_osintf.h | 16 ----------------
2 files changed, 17 deletions(-)
delete mode 100644 drivers/staging/rtl8723bs/include/sdio_osintf.h
diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h
index 580028d28c42..0e6741db95bf 100644
--- a/drivers/staging/rtl8723bs/include/drv_types.h
+++ b/drivers/staging/rtl8723bs/include/drv_types.h
@@ -489,7 +489,6 @@ static inline u8 *myid(struct eeprom_priv *peepriv)
}
/* HCI Related header file */
-#include <sdio_osintf.h>
#include <sdio_ops.h>
#include <sdio_hal.h>
diff --git a/drivers/staging/rtl8723bs/include/sdio_osintf.h b/drivers/staging/rtl8723bs/include/sdio_osintf.h
deleted file mode 100644
index 146b44f95e29..000000000000
--- a/drivers/staging/rtl8723bs/include/sdio_osintf.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/******************************************************************************
- *
- * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
- *
- ******************************************************************************/
-#ifndef __SDIO_OSINTF_H__
-#define __SDIO_OSINTF_H__
-
-
-
-u8 sd_hal_bus_init(struct adapter *padapter);
-u8 sd_hal_bus_deinit(struct adapter *padapter);
-void sd_c2h_hdl(struct adapter *padapter);
-
-#endif
--
2.30.2
Powered by blists - more mailing lists