summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorTony Cho <tony.cho@atmel.com>2016-02-29 18:02:39 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-01 19:41:45 -0800
commit0d413ba46e0f67d8a7235f8149ffbc2af8ec3b1e (patch)
treeac7097cfb30d0fdf0586cc77826d01cb6c576856 /drivers/staging/wilc1000
parentbc63f50cbb2a7bc5fbee694ce547c812c0b54f54 (diff)
staging: wilc1000: wilc_wlan_if.h: remove unused functions
This patch removes the unused functions anymore related to the configuration of the bus interface clock speed. Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index fbe34eb1b48c..f19ecb523d72 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -918,8 +918,6 @@ typedef enum {
struct wilc;
int wilc_wlan_init(struct net_device *dev);
-void wilc_bus_set_max_speed(void);
-void wilc_bus_set_default_speed(void);
u32 wilc_get_chipid(struct wilc *wilc, bool update);
#endif