Re: [PATCH] netcp: use pointer to fix build fail

From: David Miller
Date: Mon Feb 22 2016 - 12:47:02 EST


From: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>
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 <john.r.fastabend@xxxxxxxxx>
> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@xxxxxxxxxxxxxxx>

Applied, thanks.