The function awg_poll() was missing a prototype, which causes the build
to fail if DEVICE_POLLING is enabled, which it is in the ARMADAXP config.
MFC after: 2 weeks
Sponsored by: https://www.patreon.com/bsdivy
Differential D56651
if_awg: Add missing awg_poll() prototype Authored by ivy on Sun, Apr 26, 10:44 PM.
Details The function awg_poll() was missing a prototype, which causes the build MFC after: 2 weeks
Diff Detail
Event TimelineComment Actions I wonder if anybody have actually tested that old mode on this relatively new driver. I wonder if anybody in the world runs with the device polling today at all. Comment Actions since ARMADAXP is a Marvell SoC and if_awg is an Allwinner IC, it's quite possible this combination has never been used by anyone. but, this does currently break the build, and this fix is simpler than either removing DEVICE_POLLING from ARMADAXP or removing polling support from awg. |