Commit f9970fe9 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] include unistd.h in m68knommu entry.S

This includes asm/unistd.h in the vector handling code for m68knommu.
It needs the local NR_syscalls define.  linux/unistd.h is not assembler
clean, so it must be asm/unistd.h.
parent a0f45f69
......@@ -27,6 +27,7 @@
#include <linux/config.h>
#include <linux/sys.h>
#include <linux/linkage.h>
#include <asm/unistd.h>
#include <asm/thread_info.h>
#include <asm/errno.h>
#include <asm/setup.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