linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 21/45] usb: typec: remove duplicate includes
@ 2017-12-05  2:04 Pravin Shedge
  2017-12-05  7:32 ` Heikki Krogerus
  2017-12-05 11:06 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Pravin Shedge @ 2017-12-05  2:04 UTC (permalink / raw)
  Cc: pravin.shedge4linux, Heikki Krogerus, Greg Kroah-Hartman,
	Guenter Roeck, Yueyao Zhu, Hans de Goede, Rui Miguel Silva,
	linux-usb, linux-kernel

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
---
 drivers/usb/typec/fusb302/fusb302.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/typec/fusb302/fusb302.c b/drivers/usb/typec/fusb302/fusb302.c
index 72cb060..a3e4cc9 100644
--- a/drivers/usb/typec/fusb302/fusb302.c
+++ b/drivers/usb/typec/fusb302/fusb302.c
@@ -16,7 +16,6 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of_device.h>
-#include <linux/of_device.h>
 #include <linux/of_gpio.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/power_supply.h>
-- 
2.7.4

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

end of thread, other threads:[~2017-12-05 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05  2:04 [PATCH 21/45] usb: typec: remove duplicate includes Pravin Shedge
2017-12-05  7:32 ` Heikki Krogerus
2017-12-05 11:06 ` Guenter Roeck

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).