aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/pch_can.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/pch_can.c')
-rw-r--r--drivers/net/can/pch_can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/pch_can.c b/drivers/net/can/pch_can.c
index 1226297e7676..48b3d62b34cb 100644
--- a/drivers/net/can/pch_can.c
+++ b/drivers/net/can/pch_can.c
@@ -184,7 +184,7 @@ struct pch_can_priv {
184 int use_msi; 184 int use_msi;
185}; 185};
186 186
187static struct can_bittiming_const pch_can_bittiming_const = { 187static const struct can_bittiming_const pch_can_bittiming_const = {
188 .name = KBUILD_MODNAME, 188 .name = KBUILD_MODNAME,
189 .tseg1_min = 2, 189 .tseg1_min = 2,
190 .tseg1_max = 16, 190 .tseg1_max = 16,