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

Commit c6efe578 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Kalle Valo
Browse files

wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h



Otheriwse the module.h split up fails like this:

drivers/net/wireless/ath/ath6kl/init.c:27:26: error: expected ')' before 'uint'

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent b9b6ee60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#include <linux/moduleparam.h>
#include <linux/of.h>
#include <linux/mmc/sdio_func.h>
#include "core.h"