mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
staging: r8188eu: remove interface handler prototypes
Remove prototypes for interface handler functions. They are not used by the r8188eu driver. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Link: https://lore.kernel.org/r/20230111195640.306748-13-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
144d2abcd1
commit
b51ea46521
@@ -102,9 +102,6 @@ struct intf_hdl {
|
||||
struct dvobj_priv *pintf_dev;
|
||||
};
|
||||
|
||||
uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl);
|
||||
void unregister_intf_hdl(struct intf_hdl *pintfhdl);
|
||||
|
||||
int __must_check rtw_read8(struct adapter *adapter, u32 addr, u8 *data);
|
||||
int __must_check rtw_read16(struct adapter *adapter, u32 addr, u16 *data);
|
||||
int __must_check rtw_read32(struct adapter *adapter, u32 addr, u32 *data);
|
||||
|
||||
Reference in New Issue
Block a user