dect
/
linux-2.6
Archived
13
0
Fork 0

3C509: Remove unnecessary include of <linux/pm_legacy.h>

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>
This commit is contained in:
Robert P. J. Day 2007-04-26 00:23:25 -07:00 committed by Jeff Garzik
parent 78403a929a
commit 3b0dc5c1cf
1 changed files with 0 additions and 1 deletions

View File

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