Re: [PATCH net-next] net: can: Fix compiling warning

From: Sergei Shtylyov
Date: Fri Aug 02 2019 - 05:00:32 EST


Hello!

On 02.08.2019 6:36, Mao Wenan wrote:

There are two warings in net/can, fix them by setting bcm_sock_no_ioctlcmd

Warnings. :-)

and raw_sock_no_ioctlcmd as static.

net/can/bcm.c:1683:5: warning: symbol 'bcm_sock_no_ioctlcmd' was not declared. Should it be static?
net/can/raw.c:840:5: warning: symbol 'raw_sock_no_ioctlcmd' was not declared. Should it be static?

Fixes: 473d924d7d46 ("can: fix ioctl function removal")

Signed-off-by: Mao Wenan <maowenan@xxxxxxxxxx>
[...]

MBR, Sergei