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

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

This includes asm/unistd.h in the system call table setup 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 fe875c98
......@@ -14,6 +14,7 @@
#include <linux/config.h>
#include <linux/sys.h>
#include <linux/linkage.h>
#include <asm/unistd.h>
.text
ALIGN
......
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