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

[SPARC]: Header tidy to fix the build.

parent 0bc3db88
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <linux/config.h> #include <linux/config.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/threads.h> /* NR_CPUS */ #include <linux/threads.h> /* NR_CPUS */
#include <linux/thread_info.h>
#include <asm/segment.h> #include <asm/segment.h>
#include <asm/page.h> #include <asm/page.h>
......
...@@ -60,7 +60,7 @@ struct thread_info { ...@@ -60,7 +60,7 @@ struct thread_info {
.cpu = 0, \ .cpu = 0, \
.restart_block = { \ .restart_block = { \
.fn = do_no_restart_syscall, \ .fn = do_no_restart_syscall, \
}, }, \
} }
#define init_thread_info (init_thread_union.thread_info) #define init_thread_info (init_thread_union.thread_info)
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#define __SPARC64_SYSTEM_H #define __SPARC64_SYSTEM_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/thread_info.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/visasm.h> #include <asm/visasm.h>
......
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