diff mbox

[1/2] gianfar: Remove unused header

Message ID 1238506979-8678-1-git-send-email-galak@kernel.crashing.org
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Kumar Gala March 31, 2009, 1:42 p.m. UTC
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>
---
 drivers/net/gianfar.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

David Miller April 2, 2009, 8:14 a.m. UTC | #1
From: Kumar Gala <galak@kernel.crashing.org>
Date: Tue, 31 Mar 2009 08:42:58 -0500

> 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h
index dd499d7..0642d52 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