]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: typec: remove duplicate includes
authorPravin Shedge <pravin.shedge4linux@gmail.com>
Tue, 5 Dec 2017 02:04:55 +0000 (07:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Dec 2017 08:21:17 +0000 (09:21 +0100)
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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/fusb302/fusb302.c

index 1877edef6584f825683cd9824aa6f807ed05d16a..9ce4756adad6e5fa20017ae4f27603eb87127312 100644 (file)
@@ -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>