diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2018-03-20 18:13:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-22 18:20:54 +0100 |
commit | c07040694193f2c1722cff00cc4c55b5ba4318b5 (patch) | |
tree | 153772cc62e2e55765cd343cc0fcb1ec0c1c11bb /drivers | |
parent | a00c38a335a858ec87ebc6c456e779966c58934e (diff) |
staging: ks7010: remove not used function signature ks_wlan_read_config_file
This commit removes definition of function ks_wlan_read_config_file
which is not being used at all.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/ks7010/ks_wlan_ioctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/ks7010/ks_wlan_ioctl.h b/drivers/staging/ks7010/ks_wlan_ioctl.h index 28b381c24b42..121e7cb808a2 100644 --- a/drivers/staging/ks7010/ks_wlan_ioctl.h +++ b/drivers/staging/ks7010/ks_wlan_ioctl.h @@ -58,7 +58,6 @@ #include "ks_wlan.h" #include <linux/netdevice.h> -int ks_wlan_read_config_file(struct ks_wlan_private *priv); int ks_wlan_setup_parameter(struct ks_wlan_private *priv, unsigned int commit_flag); |