aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/can/bcm.c')
-rw-r--r--net/can/bcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/can/bcm.c b/net/can/bcm.c
index 2f47039c79dd..67b5433db13b 100644
--- a/net/can/bcm.c
+++ b/net/can/bcm.c
@@ -1576,7 +1576,6 @@ static struct proto bcm_proto __read_mostly = {
1576static struct can_proto bcm_can_proto __read_mostly = { 1576static struct can_proto bcm_can_proto __read_mostly = {
1577 .type = SOCK_DGRAM, 1577 .type = SOCK_DGRAM,
1578 .protocol = CAN_BCM, 1578 .protocol = CAN_BCM,
1579 .capability = -1,
1580 .ops = &bcm_ops, 1579 .ops = &bcm_ops,
1581 .prot = &bcm_proto, 1580 .prot = &bcm_proto,
1582}; 1581};