diff options
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/kernel/setup.c | 2 | ||||
-rw-r--r-- | arch/h8300/kernel/signal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index 1077b71d5226..6adf8f41d2a1 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c | |||
@@ -116,7 +116,7 @@ void __init setup_arch(char **cmdline_p) | |||
116 | #endif | 116 | #endif |
117 | #else | 117 | #else |
118 | if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) && | 118 | if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) && |
119 | (memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS) | 119 | (memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS)) |
120 | /* overlap userarea */ | 120 | /* overlap userarea */ |
121 | memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS; | 121 | memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS; |
122 | #endif | 122 | #endif |
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c index 7787f70a05bb..02955604d760 100644 --- a/arch/h8300/kernel/signal.c +++ b/arch/h8300/kernel/signal.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include <linux/personality.h> | 38 | #include <linux/personality.h> |
39 | #include <linux/tty.h> | 39 | #include <linux/tty.h> |
40 | #include <linux/binfmts.h> | 40 | #include <linux/binfmts.h> |
41 | #include <linux/suspend.h> | 41 | #include <linux/freezer.h> |
42 | 42 | ||
43 | #include <asm/setup.h> | 43 | #include <asm/setup.h> |
44 | #include <asm/uaccess.h> | 44 | #include <asm/uaccess.h> |