summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp
diff options
context:
space:
mode:
authorSebastian Hesselbarth2014-10-25 12:08:59 +0200
committerDavid S. Miller2014-10-28 21:48:02 +0100
commit95f259ca3bf485a0c1f17d9024813d4aab485a23 (patch)
tree6bfa55410e98e91d13616472ffee803cf9be1264 /arch/arm/mach-mmp
parentnet: phy: Adding SGMII support for Marvell 88ee1145 driver (diff)
downloadkernel-qcow2-linux-95f259ca3bf485a0c1f17d9024813d4aab485a23.tar.gz
kernel-qcow2-linux-95f259ca3bf485a0c1f17d9024813d4aab485a23.tar.xz
kernel-qcow2-linux-95f259ca3bf485a0c1f17d9024813d4aab485a23.zip
net: pxa168_eth: Fix providing of phy_interface mode on platform_data
Do not add phy include to the board file but platform_data include instead. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-mmp')
-rw-r--r--arch/arm/mach-mmp/gplugd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c
index 3b5794cd0357..22762a1f9f72 100644
--- a/arch/arm/mach-mmp/gplugd.c
+++ b/arch/arm/mach-mmp/gplugd.c
@@ -12,7 +12,6 @@
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/gpio-pxa.h>
-#include <linux/phy.h>
#include <asm/mach/arch.h>
#include <asm/mach-types.h>