On Fri, May 19, 2017 at 2:15 PM, Tom Psyborg <pozega.tomislav@xxxxxxxxx> wrote: > > > On 19 May 2017 at 08:55, Arnd Bergmann <arnd@xxxxxxxx> wrote: >> >> >> On which base version did you apply my patches? There may be a conflict >> against patches that are in your tree but not yet in linux-next, as I >> don't see >> the warning and also see no reference to rt2800_bbp_read in rt2800lib.h >> >> Arnd > > > > it's not exactly base version, it is patched comapt-wireless in openwrt that > i applied your patches to (i had to fix some things manually) but these > warnings might appear because of recent mt7620 commit: > https://git.lede-project.org/?p=lede/dangole/staging.git;a=blob_plain;f=package/kernel/mac80211/patches/999-0001-rt2800mmio-use-BBP-register-21-to-reset-MT7620-BBP.patch;hb=f4f0d8efa2d55ada111ddcd502a51041364bd7e5 I suspect you just did an incorrect merge, and left an extra 'static' in front of the declaration in the header file when you modified the function prototype. Arnd