Re: [patch 11/11] 3C509: Remove unnecessary include of linux/pm_legacy.h

2007-04-27 Thread Jeff Garzik

[EMAIL PROTECTED] wrote:

From: Robert P. J. Day [EMAIL PROTECTED]

Remove the apparently redundant include of linux/pm_legacy.h.

Signed-off-by: Robert P. J. Day [EMAIL PROTECTED]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
---

 drivers/net/3c509.c |1 -
 1 file changed, 1 deletion(-)


applied


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[patch 11/11] 3C509: Remove unnecessary include of linux/pm_legacy.h

2007-04-26 Thread akpm
From: Robert P. J. Day [EMAIL PROTECTED]

Remove the apparently redundant include of linux/pm_legacy.h.

Signed-off-by: Robert P. J. Day [EMAIL PROTECTED]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
---

 drivers/net/3c509.c |1 -
 1 file changed, 1 deletion(-)

diff -puN 
drivers/net/3c509.c~3c509-remove-unnecessary-include-of-linux-pm_legacyh 
drivers/net/3c509.c
--- a/drivers/net/3c509.c~3c509-remove-unnecessary-include-of-linux-pm_legacyh
+++ a/drivers/net/3c509.c
@@ -83,7 +83,6 @@ static int max_interrupt_work = 10;
 #include linux/netdevice.h
 #include linux/etherdevice.h
 #include linux/pm.h
-#include linux/pm_legacy.h
 #include linux/skbuff.h
 #include linux/delay.h   /* for udelay() */
 #include linux/spinlock.h
_
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html