Commit f2ea1c6b authored by David S. Miller's avatar David S. Miller

asm-sparc64/thread_info.h: Include asm/page.h even if __ASSEMBLY__

parent 4999d6e7
......@@ -24,11 +24,12 @@
#define TI_FLAG_BYTE_WSAVED 5
#define TI_FLAG_WSAVED_SHIFT 16
#include <asm/page.h>
#ifndef __ASSEMBLY__
#include <asm/ptrace.h>
#include <asm/types.h>
#include <asm/page.h>
struct task_struct;
struct exec_domain;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment