]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ucc_geth: Remove unused header
authorKumar Gala <galak@kernel.crashing.org>
Tue, 31 Mar 2009 03:42:59 +0000 (03:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:13:48 +0000 (01:13 -0700)
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>
drivers/net/ucc_geth.c
drivers/net/ucc_geth.h
drivers/net/ucc_geth_ethtool.c

index 933fcfbf35e1ea332e29081b6ab84bd64a2fca5e..a124615421bf745efa2e84d2c510567f82550d9e 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/spinlock.h>
 #include <linux/mm.h>
 #include <linux/dma-mapping.h>
-#include <linux/fsl_devices.h>
 #include <linux/mii.h>
 #include <linux/phy.h>
 #include <linux/workqueue.h>
index e3a25e64a6525f38a2329125b09e01bb116e8ae2..48fde5ad6a3406cf17a4d7d5f04b5d070314fc93 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <linux/kernel.h>
 #include <linux/list.h>
-#include <linux/fsl_devices.h>
 
 #include <asm/immap_qe.h>
 #include <asm/qe.h>
index a755bea559b98deb9d091c95eba19db84642a732..6fcb500257bc37c6b330b86c6cca19a747ad440b 100644 (file)
@@ -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>