diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-05 05:04:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-06 11:21:17 +0300 |
commit | fb345a66060d9631cf12e64af3cac037b6ae10d1 (patch) | |
tree | 0938e1e2d37c1711f958e7a79b0cae9a56d98c9b /drivers/usb/typec | |
parent | 1ccc417e6c3201cc6fc72f48981271256bd53a5a (diff) | |
download | linux-fb345a66060d9631cf12e64af3cac037b6ae10d1.tar.xz |
usb: typec: remove duplicate includes
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>
Diffstat (limited to 'drivers/usb/typec')
-rw-r--r-- | drivers/usb/typec/fusb302/fusb302.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/typec/fusb302/fusb302.c b/drivers/usb/typec/fusb302/fusb302.c index 1877edef6584..9ce4756adad6 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> |