projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c3374
)
PM: rwsem.h need not be included into main.c
author
Rafael J. Wysocki
<rjw@sisk.pl>
Sun, 13 Dec 2009 19:48:54 +0000
(20:48 +0100)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Tue, 15 Dec 2009 19:42:06 +0000
(20:42 +0100)
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@sisk.pl>
drivers/base/power/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/power/main.c
b/drivers/base/power/main.c
index df04cb4a3611b936c6da7a7f4d5b6ebf52a4f483..1a216c114a0f148b164cb7f766d5dfef1cf2df8b 100644
(file)
--- a/
drivers/base/power/main.c
+++ b/
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>