diff options
author | Yang Li <[email protected]> | 2023-07-19 08:36:14 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-07-24 16:24:19 +0530 |
commit | f5a8ecef3c6b840673d08342045c3014d674555f (patch) | |
tree | 305f1dcf60db7fdc3c8806f2d7a9b82470368c31 | |
parent | f8aa660841bca12aed51c967ed9bdaf1d97996ed (diff) |
phy: Remove duplicated include in xusb.c
./drivers/phy/tegra/xusb.c: linux/platform_device.h is included more than once.
Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5930
Signed-off-by: Yang Li <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/phy/tegra/xusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/tegra/xusb.c b/drivers/phy/tegra/xusb.c index ed30866e7647..142ebe0247cc 100644 --- a/drivers/phy/tegra/xusb.c +++ b/drivers/phy/tegra/xusb.c @@ -12,7 +12,6 @@ #include <linux/phy/phy.h> #include <linux/phy/tegra/xusb.h> #include <linux/platform_device.h> -#include <linux/platform_device.h> #include <linux/regulator/consumer.h> #include <linux/reset.h> #include <linux/slab.h> |