From 0d413ba46e0f67d8a7235f8149ffbc2af8ec3b1e Mon Sep 17 00:00:00 2001 From: Tony Cho Date: Mon, 29 Feb 2016 18:02:39 +0900 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_wlan_if.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index fbe34eb..f19ecb5 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 -- 2.7.4