mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
staging: rtl8723bs: Remove unused declarations start with sd_hal_bus_init
Remove unused function declarations. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/37d2c677e5ef57a9aeb6857d7857d4512b8e3954.1719155208.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bdee203cd8
commit
2f997e0320
@ -7,10 +7,6 @@
|
|||||||
#ifndef __SDIO_HAL_H__
|
#ifndef __SDIO_HAL_H__
|
||||||
#define __SDIO_HAL_H__
|
#define __SDIO_HAL_H__
|
||||||
|
|
||||||
|
|
||||||
extern u8 sd_hal_bus_init(struct adapter *padapter);
|
|
||||||
extern u8 sd_hal_bus_deinit(struct adapter *padapter);
|
|
||||||
|
|
||||||
u8 sd_int_isr(struct adapter *padapter);
|
u8 sd_int_isr(struct adapter *padapter);
|
||||||
void sd_int_dpc(struct adapter *padapter);
|
void sd_int_dpc(struct adapter *padapter);
|
||||||
void rtw_set_hal_ops(struct adapter *padapter);
|
void rtw_set_hal_ops(struct adapter *padapter);
|
||||||
|
@ -7,10 +7,4 @@
|
|||||||
#ifndef __SDIO_OSINTF_H__
|
#ifndef __SDIO_OSINTF_H__
|
||||||
#define __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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user