Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pravin Shedge and committed by
Greg Kroah-Hartman
fb345a66 1ccc417e

-1
-1
drivers/usb/typec/fusb302/fusb302.c
··· 16 16 #include <linux/module.h> 17 17 #include <linux/mutex.h> 18 18 #include <linux/of_device.h> 19 - #include <linux/of_device.h> 20 19 #include <linux/of_gpio.h> 21 20 #include <linux/pinctrl/consumer.h> 22 21 #include <linux/power_supply.h>