Skip to content

Commit

Permalink
can: tcan4x5x: remove duplicate include of regmap.h
Browse files Browse the repository at this point in the history
linux/regmap.h has been included at line 13, so remove the duplicate
one at line 14.

Fixes: 67def4e ("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>
  • Loading branch information
Wan Jiabing authored and Marc Kleine-Budde committed Mar 30, 2021
1 parent 1be37d3 commit 6c23fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/can/m_can/tcan4x5x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 6c23fe6

Please sign in to comment.