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