diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-30 23:42:58 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-02 04:13:47 -0400 |
commit | 53ea219cd18140a8d41d7b1b6d6735ba493a67bb (patch) | |
tree | e40efbac8c5f3c70665626de1686f92b9fb84274 | |
parent | 4ff61c8f7b5e1e60620a04a64ac0715c0822fdac (diff) |
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>
-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 @@ | |||
45 | #include <linux/crc32.h> | 45 | #include <linux/crc32.h> |
46 | #include <linux/workqueue.h> | 46 | #include <linux/workqueue.h> |
47 | #include <linux/ethtool.h> | 47 | #include <linux/ethtool.h> |
48 | #include <linux/fsl_devices.h> | ||
49 | 48 | ||
50 | /* The maximum number of packets to be handled in one call of gfar_poll */ | 49 | /* The maximum number of packets to be handled in one call of gfar_poll */ |
51 | #define GFAR_DEV_WEIGHT 64 | 50 | #define GFAR_DEV_WEIGHT 64 |