[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200704260723.l3Q7NP9Y023850@shell0.pdx.osdl.net>
Date: Thu, 26 Apr 2007 00:23:25 -0700
From: akpm@...ux-foundation.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
rpjday@...dspring.com
Subject: [patch 11/11] 3C509: Remove unnecessary include of <linux/pm_legacy.h>
From: "Robert P. J. Day" <rpjday@...dspring.com>
Remove the apparently redundant include of <linux/pm_legacy.h>.
Signed-off-by: Robert P. J. Day <rpjday@...dspring.com>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists