From: Sudip Mukherjee <[email protected]>
Date: Mon, 22 Feb 2016 22:55:43 +0530
> While building keystone_defconfig of arm we are getting build failure
> with the error:
...
> The callback of ndo_setup_tc should be:
> int (*ndo_setup_tc)(struct net_device *dev, u32 handle, __be16 protocol,
> struct tc_to_netdev *tc);
>
> But we missed marking the last argument as a pointer.
>
> Fixes: 16e5cc647173 ("net: rework setup_tc ndo op to consume general tc
> operand")
> CC: John Fastabend <[email protected]>
> Signed-off-by: Sudip Mukherjee <[email protected]>
Applied, thanks.