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


Groups > linux.kernel > #1283838

[PATCH 1/2] phy: berlin-usb: remove non-necessary header files

From Jisheng Zhang <jszhang@marvell.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] phy: berlin-usb: remove non-necessary header files
Date 2015-12-04 15:10 +0100
Message-ID <qBZdF-3Gv-25@gated-at.bofh.it> (permalink)
References <qBZdE-3Gv-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


We don't need gpio related header files, so remove them.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 drivers/phy/phy-berlin-usb.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
index 797ba17..7bbb473 100644
--- a/drivers/phy/phy-berlin-usb.c
+++ b/drivers/phy/phy-berlin-usb.c
@@ -9,11 +9,9 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/gpio.h>
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] phy: berlin-usb: clean up Jisheng Zhang <jszhang@marvell.com> - 2015-12-04 15:10 +0100
  [PATCH 1/2] phy: berlin-usb: remove non-necessary header files Jisheng Zhang <jszhang@marvell.com> - 2015-12-04 15:10 +0100
    Re: [PATCH 1/2] phy: berlin-usb: remove non-necessary header files Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-12-04 22:10 +0100

csiph-web