summaryrefslogtreecommitdiff
path: root/drivers/net/ucc_geth_ethtool.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-03-31 03:42:59 +0000
committerDavid S. Miller <davem@davemloft.net>2009-04-02 01:13:48 -0700
commit530e2eba0b49ec1d1321dd8ac8bf6b5376e7b684 (patch)
treea79d795faa93602b9aedc844c9de48dfa3245a1c /drivers/net/ucc_geth_ethtool.c
parent53ea219cd18140a8d41d7b1b6d6735ba493a67bb (diff)
ucc_geth: Remove unused header
Now that the driver is exclusively an of_platform driver we no longer use the structs and #defines in fsl_devices.h Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ucc_geth_ethtool.c')
-rw-r--r--drivers/net/ucc_geth_ethtool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
index a755bea559b9..6fcb500257bc 100644
--- a/drivers/net/ucc_geth_ethtool.c
+++ b/drivers/net/ucc_geth_ethtool.c
@@ -28,7 +28,6 @@
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
-#include <linux/fsl_devices.h>
#include <linux/ethtool.h>
#include <linux/mii.h>
#include <linux/phy.h>