summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorGlen Lee2015-09-24 11:14:55 +0200
committerGreg Kroah-Hartman2015-09-29 02:39:58 +0200
commitef2b784c3006575fb6ffd6faed41c0f2d09abfb4 (patch)
tree750b01189bfefc5fdb0d828aa041918d9290d16c /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: wilc1000: remove function pointer rx_complete (diff)
downloadkernel-qcow2-linux-ef2b784c3006575fb6ffd6faed41c0f2d09abfb4.tar.gz
kernel-qcow2-linux-ef2b784c3006575fb6ffd6faed41c0f2d09abfb4.tar.xz
kernel-qcow2-linux-ef2b784c3006575fb6ffd6faed41c0f2d09abfb4.zip
staging: wilc1000: remove function pointer os_debug
This patch removes os_debug and call linux_wlan_dbg function instead of os_debug. Delete static from the linux_wlan_dbg. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index bda924462fcc..47e04c2d9607 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -219,5 +219,6 @@ extern struct net_device *WILC_WFI_devs[];
void frmw_to_linux(u8 *buff, u32 size, u32 pkt_offset);
void linux_wlan_mac_indicate(int flag);
void linux_wlan_rx_complete(void);
+void linux_wlan_dbg(u8 *buff);
#endif