Commit 52e02a28 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] include unistd.h in m68knommu 68360 entry code

Include asm/unistd.h to get the NR_syscalls definition in the
m68knommu 68360 interrupt entry code.
parent 3880729a
......@@ -16,6 +16,7 @@
#include <linux/sys.h>
#include <linux/linkage.h>
#include <asm/thread_info.h>
#include <asm/unistd.h>
#include <asm/errno.h>
#include <asm/setup.h>
#include <asm/segment.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