提交 2c23d62a 编写于 作者: D David Woodhouse

Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 3ac6c7b4
......@@ -24,7 +24,6 @@
#define _LINUX_MTRR_H
#include <linux/ioctl.h>
#include <linux/compat.h>
#define MTRR_IOCTL_BASE 'M'
......@@ -101,11 +100,10 @@ static __inline__ int mtrr_del_page (int reg, unsigned long base,
return -ENODEV;
}
# endif
#endif
#endif /* CONFIG_MTRR */
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct mtrr_sentry32
{
......@@ -137,4 +135,6 @@ struct mtrr_gentry32
#endif /* CONFIG_COMPAT */
#endif /* __KERNEL__ */
#endif /* _LINUX_MTRR_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册