All of lore.kernel.org
 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

* [PATCH 2/2] ucc_geth: Remove unused header
  2009-03-31 13:42 [PATCH 1/2] gianfar: Remove unused header Kumar Gala
@ 2009-03-31 13:42 ` Kumar Gala
  2009-04-02  8:14   ` David Miller
  2009-04-02  8:14 ` [PATCH 1/2] gianfar: " David Miller
  1 sibling, 1 reply; 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/ucc_geth.c         |    1 -
 drivers/net/ucc_geth.h         |    1 -
 drivers/net/ucc_geth_ethtool.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index 933fcfb..a124615 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -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>
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h
index e3a25e6..48fde5a 100644
--- a/drivers/net/ucc_geth.h
+++ b/drivers/net/ucc_geth.h
@@ -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>
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
index a755bea..6fcb500 100644
--- a/drivers/net/ucc_geth_ethtool.c
+++ b/drivers/net/ucc_geth_ethtool.c
@@ -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>
-- 
1.5.6.6


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

* Re: [PATCH 1/2] gianfar: Remove unused header
  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
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2009-04-02  8:14 UTC (permalink / raw)
  To: galak; +Cc: netdev, linuxppc-dev

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.

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

* Re: [PATCH 2/2] ucc_geth: Remove unused header
  2009-03-31 13:42 ` [PATCH 2/2] ucc_geth: " Kumar Gala
@ 2009-04-02  8:14   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2009-04-02  8:14 UTC (permalink / raw)
  To: galak; +Cc: netdev, linuxppc-dev

From: Kumar Gala <galak@kernel.crashing.org>
Date: Tue, 31 Mar 2009 08:42:59 -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.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.