diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-31 05:42:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 10:13:47 +0200 |
commit | 53ea219cd18140a8d41d7b1b6d6735ba493a67bb (patch) | |
tree | e40efbac8c5f3c70665626de1686f92b9fb84274 /drivers/net/gianfar.h | |
parent | kaweth: Fix locking to be SMP-safe (diff) | |
download | linux-53ea219cd18140a8d41d7b1b6d6735ba493a67bb.tar.xz linux-53ea219cd18140a8d41d7b1b6d6735ba493a67bb.zip |
gianfar: 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/gianfar.h')
-rw-r--r-- | drivers/net/gianfar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h index dd499d7cde26..0642d52aef5c 100644 --- a/drivers/net/gianfar.h +++ b/drivers/net/gianfar.h @@ -45,7 +45,6 @@ #include <linux/crc32.h> #include <linux/workqueue.h> #include <linux/ethtool.h> -#include <linux/fsl_devices.h> /* The maximum number of packets to be handled in one call of gfar_poll */ #define GFAR_DEV_WEIGHT 64 |