提交 0054f4b7 编写于 作者: R Robert P. J. Day 提交者: Ingo Molnar

x86: Explicitly include required header files.

After an experimental cleanup of <linux/percpu.h>, these files were
exposed as invoking kmalloc() without including <linux/slab.h>.
Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 f7d909d5
......@@ -22,6 +22,7 @@
#include <linux/cpumask.h>
#include <linux/kernel_stat.h>
#include <linux/kdebug.h>
#include <linux/slab.h>
#include <asm/smp.h>
#include <asm/nmi.h>
......
......@@ -11,6 +11,8 @@
*/
#include <linux/module.h>
#include <linux/sort.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/asm.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册