[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230719003614.5506-1-yang.lee@linux.alibaba.com>
Date: Wed, 19 Jul 2023 08:36:14 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: jckuo@...dia.com
Cc: vkoul@...nel.org, kishon@...nel.org, thierry.reding@...il.com,
jonathanh@...dia.com, linux-phy@...ts.infradead.org,
linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] 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@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5930
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/phy/tegra/xusb.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.20.1.7.g153144c
Powered by blists - more mailing lists