linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] gianfar: Remove unused header
@ 2009-03-31 13:42 Kumar Gala
  2009-03-31 13:42 ` [PATCH 2/2] ucc_geth: " Kumar Gala
  2009-04-02  8:14 ` [PATCH 1/2] gianfar: " David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2009-03-31 13:42 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linuxppc-dev

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

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-02  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 13:42 [PATCH 1/2] gianfar: Remove unused header Kumar Gala
2009-03-31 13:42 ` [PATCH 2/2] ucc_geth: " Kumar Gala
2009-04-02  8:14   ` David Miller
2009-04-02  8:14 ` [PATCH 1/2] gianfar: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).