Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1466361 > unrolled thread

[PATCH v2] usb: chipidea: delete an useless header include

Started byJisheng Zhang <jszhang@marvell.com>
First post2016-08-19 14:50 +0200
Last post2016-08-19 14:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] usb: chipidea: delete an useless header include Jisheng Zhang <jszhang@marvell.com> - 2016-08-19 14:50 +0200

#1466361 — [PATCH v2] usb: chipidea: delete an useless header include

FromJisheng Zhang <jszhang@marvell.com>
Date2016-08-19 14:50 +0200
Subject[PATCH v2] usb: chipidea: delete an useless header include
Message-ID<s7Rpg-5FZ-43@gated-at.bofh.it>
<linux/phy.h> is for net phy drivers, we don't need it.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---

Since v1:
  - fix commit subject. Thank Sergei for pointing it out.

 drivers/usb/chipidea/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c
index 69426e6..ae12595 100644
--- a/drivers/usb/chipidea/core.c
+++ b/drivers/usb/chipidea/core.c
@@ -62,7 +62,6 @@
 #include <linux/usb/chipidea.h>
 #include <linux/usb/of.h>
 #include <linux/of.h>
-#include <linux/phy.h>
 #include <linux/regulator/consumer.h>
 #include <linux/usb/ehci_def.h>
 
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web