diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2023-07-19 08:36:14 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-07-24 16:24:19 +0530 |
commit | f5a8ecef3c6b840673d08342045c3014d674555f (patch) | |
tree | 305f1dcf60db7fdc3c8806f2d7a9b82470368c31 /drivers/phy/tegra | |
parent | f8aa660841bca12aed51c967ed9bdaf1d97996ed (diff) | |
download | lwn-f5a8ecef3c6b840673d08342045c3014d674555f.tar.gz lwn-f5a8ecef3c6b840673d08342045c3014d674555f.zip |
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 <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5930
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230719003614.5506-1-yang.lee@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/tegra')
-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> |