Re: [PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include
From: Kalle Valo <hidden>
Date: 2017-02-08 16:11:59
Also in:
linux-mips, linux-nfs, linux-scsi, netdev
From: Kalle Valo <hidden>
Date: 2017-02-08 16:11:59
Also in:
linux-mips, linux-nfs, linux-scsi, netdev
David Miller [off-list ref] writes:
From: Florian Fainelli <f.fainelli@gmail.com> Date: Tue, 7 Feb 2017 15:02:53 -0800quoted
I'm hoping this doesn't conflict with what's already in net-next... =20 David, this should probably go via your tree considering the diffstat.I think you need one more respin. Are you doing an allmodconfig build? If not, for something like this it's a must: drivers/net/wireless/ath/wil6210/cfg80211.c:24:30: error: expected =E2=80=
=98)=E2=80=99 before =E2=80=98bool=E2=80=99
module_param(disable_ap_sme, bool, 0444);
^
drivers/net/wireless/ath/wil6210/cfg80211.c:25:34: error: expected =E2=80==98)=E2=80=99 before string constant
MODULE_PARM_DESC(disable_ap_sme, " let user space handle AP mode SME");
^
Like like that file needs linux/module.h included.Johannes already fixed a similar (or same) problem in my tree: wil6210: include moduleparam.h https://git.kernel.org/cgit/linux/kernel/git/kvalo/wireless-drivers-next.gi= t/commit/?id=3D949c2d0096753d518ef6e0bd8418c8086747196b I'm planning to send you a pull request tomorrow which contains that one. --=20 Kalle Valo