> [auto build test ERROR on net-next/master] >> net//core/skbuff.c: In function 'skb_copy_ubufs': >>> net//core/skbuff.c:1016:2: error: 'uarg' undeclared (first use in this >>> function) > uarg->callback(uarg, false); > ^ > net//core/skbuff.c:1016:2: note: each undeclared identifier is reported > only once for each function it appears in
I made a mistake during rebase. Will fix. That callback is removed in patch 5/13. uarg must remain until then.