mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
a1715bb7ff
commit
579907e622
@ -8,6 +8,7 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include <linux/cpu.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/pm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user