Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sergio Paracuellos and committed by
Greg Kroah-Hartman
c0704069 a00c38a3

-1
-1
drivers/staging/ks7010/ks_wlan_ioctl.h
··· 58 58 #include "ks_wlan.h" 59 59 #include <linux/netdevice.h> 60 60 61 - int ks_wlan_read_config_file(struct ks_wlan_private *priv); 62 61 int ks_wlan_setup_parameter(struct ks_wlan_private *priv, 63 62 unsigned int commit_flag); 64 63