]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] include unistd.h in m68knommu 68328 entry code
authorGreg Ungerer <gerg@snapgear.com>
Tue, 11 Mar 2003 01:45:33 +0000 (17:45 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Mar 2003 01:45:33 +0000 (17:45 -0800)
Include asm/unistd.h to get the NR_syscalls definition in the
m68knommu 68328 interrupt entry code.

arch/m68knommu/platform/68328/entry.S

index c7f9752501488468ac34cca96ea25d1959444310..35097fc654b3f634f0e5550efc36e4933e5da8f2 100644 (file)
@@ -14,6 +14,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>