diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-05-08 03:28:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:07 -0400 |
| commit | e63340ae6b6205fef26b40a75673d1c9c0c8bb90 (patch) | |
| tree | 8d3212705515edec73c3936bb9e23c71d34a7b41 /kernel/power | |
| parent | 04c9167f91e309c9c4ea982992aa08e83b2eb42e (diff) | |
header cleaning: don't include smp_lock.h when not used
Remove includes of <linux/smp_lock.h> where it is not used/needed.
Suggested by Al Viro.
Builds cleanly on x86_64, i386, alpha, ia64, powerpc, sparc,
sparc64, and arm (all 59 defconfigs).
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/power')
| -rw-r--r-- | kernel/power/process.c | 1 | ||||
| -rw-r--r-- | kernel/power/snapshot.c | 1 | ||||
| -rw-r--r-- | kernel/power/swap.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/kernel/power/process.c b/kernel/power/process.c index 179529dc38..0884193873 100644 --- a/kernel/power/process.c +++ b/kernel/power/process.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | #undef DEBUG | 9 | #undef DEBUG |
| 10 | 10 | ||
| 11 | #include <linux/smp_lock.h> | ||
| 12 | #include <linux/interrupt.h> | 11 | #include <linux/interrupt.h> |
| 13 | #include <linux/suspend.h> | 12 | #include <linux/suspend.h> |
| 14 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index 128da11f01..b7039772b0 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
| 15 | #include <linux/mm.h> | 15 | #include <linux/mm.h> |
| 16 | #include <linux/suspend.h> | 16 | #include <linux/suspend.h> |
| 17 | #include <linux/smp_lock.h> | ||
| 18 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
| 19 | #include <linux/bitops.h> | 18 | #include <linux/bitops.h> |
| 20 | #include <linux/spinlock.h> | 19 | #include <linux/spinlock.h> |
diff --git a/kernel/power/swap.c b/kernel/power/swap.c index e83ed9945a..b8b235cc19 100644 --- a/kernel/power/swap.c +++ b/kernel/power/swap.c | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| 14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
| 15 | #include <linux/smp_lock.h> | ||
| 16 | #include <linux/file.h> | 15 | #include <linux/file.h> |
| 17 | #include <linux/utsname.h> | 16 | #include <linux/utsname.h> |
| 18 | #include <linux/version.h> | 17 | #include <linux/version.h> |
