mirror of https://gitee.com/openkylin/linux.git
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:
parent
78403a929a
commit
3b0dc5c1cf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue