1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

wifi: brcmsmac: remove unused data type

Remove unused 'struct gpioh_item'. It seems it was so since
commit 5b435de0d7 ("net: wireless: add brcm80211 drivers").

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230719083232.158177-1-dmantipov@yandex.ru
This commit is contained in:
Dmitry Antipov 2023-07-19 11:31:55 +03:00 committed by Kalle Valo
parent 7ee92f6b41
commit b2090d93d4

View file

@ -145,14 +145,6 @@ struct si_pub {
struct pci_dev;
struct gpioh_item {
void *arg;
bool level;
void (*handler) (u32 stat, void *arg);
u32 event;
struct gpioh_item *next;
};
/* misc si info needed by some of the routines */
struct si_info {
struct si_pub pub; /* back plane public state (must be first) */