aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/cc770/cc770_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/cc770/cc770_platform.c')
-rw-r--r--drivers/net/can/cc770/cc770_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/cc770/cc770_platform.c b/drivers/net/can/cc770/cc770_platform.c
index b1e8851d3cc4..866e5e12fdd2 100644
--- a/drivers/net/can/cc770/cc770_platform.c
+++ b/drivers/net/can/cc770/cc770_platform.c
@@ -254,7 +254,7 @@ static int cc770_platform_remove(struct platform_device *pdev)
254 return 0; 254 return 0;
255} 255}
256 256
257static struct of_device_id cc770_platform_table[] = { 257static const struct of_device_id cc770_platform_table[] = {
258 {.compatible = "bosch,cc770"}, /* CC770 from Bosch */ 258 {.compatible = "bosch,cc770"}, /* CC770 from Bosch */
259 {.compatible = "intc,82527"}, /* AN82527 from Intel CP */ 259 {.compatible = "intc,82527"}, /* AN82527 from Intel CP */
260 {}, 260 {},