diff options
Diffstat (limited to 'arch/frv/kernel/head.S')
-rw-r--r-- | arch/frv/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/head.S b/arch/frv/kernel/head.S index 29a5265489b7..fecf751c5cae 100644 --- a/arch/frv/kernel/head.S +++ b/arch/frv/kernel/head.S @@ -9,9 +9,9 @@ * 2 of the License, or (at your option) any later version. */ -#include <linux/config.h> #include <linux/threads.h> #include <linux/linkage.h> +#include <asm/thread_info.h> #include <asm/ptrace.h> #include <asm/page.h> #include <asm/spr-regs.h> |