diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-02-28 07:07:28 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 07:45:17 -0400 |
commit | 579907e622067b13f8c6134c1b311664e77743b5 (patch) | |
tree | f6c477c596654403ce7be6aafc688492940fd148 /arch/microblaze/kernel/process.c | |
parent | a1715bb7ff2e09f580a1f2f7f0c34e832f54a5fe (diff) |
microblaze: Fix sparse warning because of missing cpu.h header
Warning:
arch/microblaze/kernel/process.c:164:6: warning: symbol 'arch_cpu_idle'
was not declared. Should it be static?
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r-- | arch/microblaze/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 7d1a9c8b1f3d..b2dd37196b3b 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c | |||
@@ -8,6 +8,7 @@ | |||
8 | * for more details. | 8 | * for more details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/cpu.h> | ||
11 | #include <linux/export.h> | 12 | #include <linux/export.h> |
12 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
13 | #include <linux/pm.h> | 14 | #include <linux/pm.h> |