staging: ks7010: function declaration should be in a header file
Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6ee9169b40
commit
30776cf921
|
@ -958,9 +958,6 @@ static struct sdio_driver ks7010_sdio_driver = {
|
|||
.remove = ks7910_sdio_remove,
|
||||
};
|
||||
|
||||
extern int ks_wlan_net_start(struct net_device *dev);
|
||||
extern int ks_wlan_net_stop(struct net_device *dev);
|
||||
|
||||
static void ks7010_init_defaults(struct ks_wlan_private *priv)
|
||||
{
|
||||
priv->reg.tx_rate = TX_RATE_AUTO;
|
||||
|
|
|
@ -499,4 +499,7 @@ struct ks_wlan_private {
|
|||
uint wakeup_count; /* for detect wakeup loop */
|
||||
};
|
||||
|
||||
extern int ks_wlan_net_start(struct net_device *dev);
|
||||
extern int ks_wlan_net_stop(struct net_device *dev);
|
||||
|
||||
#endif /* _KS_WLAN_H */
|
||||
|
|
Loading…
Reference in New Issue