Commit 75ad6af8 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu current include thread_info.h

This changes m68knommu current.h to include the linux/thread_info.h
instead of asm/thread_info.h.  This is needed to get the restart_block
definition from linux/thread_info.h first.
parent f4523155
......@@ -10,7 +10,7 @@
* current and lose _current_task.
*/
#include <asm/thread_info.h>
#include <linux/thread_info.h>
struct task_struct;
......
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