summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorGlen Lee2015-11-18 07:11:36 +0100
committerGreg Kroah-Hartman2015-12-18 23:30:50 +0100
commitd36ec22d1d9b8020e08d9ae9ee7db73554a355e7 (patch)
treef37b70a28acfd0b58e245e7da2e5b4e967890c37 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: wilc1000: wilc_wlan_cfg_get: pass struct wilc (diff)
downloadkernel-qcow2-linux-d36ec22d1d9b8020e08d9ae9ee7db73554a355e7.tar.gz
kernel-qcow2-linux-d36ec22d1d9b8020e08d9ae9ee7db73554a355e7.tar.xz
kernel-qcow2-linux-d36ec22d1d9b8020e08d9ae9ee7db73554a355e7.zip
staging: wilc1000: wilc_dbg: remove wilc
This patch remove parameter struct wilc since it is not used and also wilc_dev will be removed. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wfi_netdevice.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 6ec6d6a2868c..4c8de8b19c83 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -210,7 +210,7 @@ extern struct net_device *WILC_WFI_devs[];
void wilc_frmw_to_linux(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset);
void wilc_mac_indicate(struct wilc *wilc, int flag);
void wilc_rx_complete(struct wilc *wilc);
-void wilc_dbg(struct wilc *, u8 *buff);
+void wilc_dbg(u8 *buff);
int wilc_lock_timeout(struct wilc *wilc, void *, u32 timeout);
void wilc_netdev_cleanup(struct wilc *wilc);