projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78403a9
)
3C509: Remove unnecessary include of <linux/pm_legacy.h>
author
Robert P. J. Day
<rpjday@mindspring.com>
Thu, 26 Apr 2007 07:23:25 +0000
(
00:23
-0700)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 28 Apr 2007 15:01:06 +0000
(11:01 -0400)
Remove the apparently redundant include of <linux/pm_legacy.h>.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/3c509.c
patch
|
blob
|
history
diff --git
a/drivers/net/3c509.c
b/drivers/net/3c509.c
index c7511c4d3b68f358959183d8e21874026a86f9d7..9588da3a30e7ccd75b32ff8536d864ee964cb4c7 100644
(file)
--- a/
drivers/net/3c509.c
+++ b/
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>