Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30776cf9 authored by Wolfram Sang's avatar Wolfram Sang Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: function declaration should be in a header file

parent 6ee9169b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
+3 −0
Original line number Diff line number Diff line
@@ -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 */