aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-03-23 10:10:25 +0800
committerMarc Kleine-Budde <mkl@pengutronix.de>2021-03-30 11:14:48 +0200
commit6c23fe67e8dc825ef2fd34d1dac12fc970140a8b (patch)
tree79f0d336f5b68d294c4c4767f88e7227a8f7b7e8 /drivers/net/can/m_can
parentcan: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context (diff)
downloadlinux-dev-6c23fe67e8dc825ef2fd34d1dac12fc970140a8b.tar.xz
linux-dev-6c23fe67e8dc825ef2fd34d1dac12fc970140a8b.zip
can: tcan4x5x: remove duplicate include of regmap.h
linux/regmap.h has been included at line 13, so remove the duplicate one at line 14. Fixes: 67def4ef8bb9 ("can: tcan4x5x: move regmap code into seperate file") Link: https://lore.kernel.org/r/20210323021026.140460-1-wanjiabing@vivo.com Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/m_can')
-rw-r--r--drivers/net/can/m_can/tcan4x5x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/can/m_can/tcan4x5x.h b/drivers/net/can/m_can/tcan4x5x.h
index c66da829b795..e62c030d3e1e 100644
--- a/drivers/net/can/m_can/tcan4x5x.h
+++ b/drivers/net/can/m_can/tcan4x5x.h
@@ -11,7 +11,6 @@
#include <linux/gpio/consumer.h>
#include <linux/regmap.h>
-#include <linux/regmap.h>
#include <linux/regulator/consumer.h>
#include <linux/spi/spi.h>