linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: can: Remove duplicate include of regmap.h
@ 2021-03-23  2:10 Wan Jiabing
  2021-03-23  7:30 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2021-03-23  2:10 UTC (permalink / raw)
  To: Dan Murphy, Wolfgang Grandegger, Marc Kleine-Budde,
	David S. Miller, Jakub Kicinski, linux-can, netdev, linux-kernel
  Cc: kael_w, Wan Jiabing

linux/regmap.h has been included at line 13, so remove the 
duplicate one at line 14.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/net/can/m_can/tcan4x5x.h | 1 -
 1 file changed, 1 deletion(-)

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>
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: can: Remove duplicate include of regmap.h
  2021-03-23  2:10 [PATCH] net: can: Remove duplicate include of regmap.h Wan Jiabing
@ 2021-03-23  7:30 ` Marc Kleine-Budde
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2021-03-23  7:30 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Dan Murphy, Wolfgang Grandegger, David S. Miller, Jakub Kicinski,
	linux-can, netdev, linux-kernel, kael_w

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

On 23.03.2021 10:10:25, Wan Jiabing wrote:
> linux/regmap.h has been included at line 13, so remove the 
> duplicate one at line 14.

applied to linux-can-next/testing.

Thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-23  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  2:10 [PATCH] net: can: Remove duplicate include of regmap.h Wan Jiabing
2021-03-23  7:30 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).