diff options
Diffstat (limited to 'net/can/bcm.c')
| -rw-r--r-- | net/can/bcm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/bcm.c b/net/can/bcm.c index 8a6a05e7c3c..cced806098a 100644 --- a/net/can/bcm.c +++ b/net/can/bcm.c @@ -1601,7 +1601,7 @@ static struct proto bcm_proto __read_mostly = {  	.init       = bcm_init,  }; -static struct can_proto bcm_can_proto __read_mostly = { +static const struct can_proto bcm_can_proto = {  	.type       = SOCK_DGRAM,  	.protocol   = CAN_BCM,  	.ops        = &bcm_ops,  |