Prev: tracing updates
Next: Fix-a-typo-in-battery.c
From: Rafael J. Wysocki on 13 Dec 2009 17:10 From: Rafael J. Wysocki <rjw(a)sisk.pl> It is not necessary to include <linux/rwsem.h> into drivers/base/power/main.c, so don't do that. Signed-off-by: Rafael J. Wysocki <rjw(a)sisk.pl> --- drivers/base/power/main.c | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6/drivers/base/power/main.c =================================================================== --- linux-2.6.orig/drivers/base/power/main.c +++ linux-2.6/drivers/base/power/main.c @@ -23,7 +23,6 @@ #include <linux/pm.h> #include <linux/pm_runtime.h> #include <linux/resume-trace.h> -#include <linux/rwsem.h> #include <linux/interrupt.h> #include <linux/sched.h> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: tracing updates Next: Fix-a-typo-in-battery.c |