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 8a6a05e7c3c8..cced806098a9 100644 --- a/net/can/bcm.c +++ b/net/can/bcm.c | |||
@@ -1601,7 +1601,7 @@ static struct proto bcm_proto __read_mostly = { | |||
1601 | .init = bcm_init, | 1601 | .init = bcm_init, |
1602 | }; | 1602 | }; |
1603 | 1603 | ||
1604 | static struct can_proto bcm_can_proto __read_mostly = { | 1604 | static const struct can_proto bcm_can_proto = { |
1605 | .type = SOCK_DGRAM, | 1605 | .type = SOCK_DGRAM, |
1606 | .protocol = CAN_BCM, | 1606 | .protocol = CAN_BCM, |
1607 | .ops = &bcm_ops, | 1607 | .ops = &bcm_ops, |