diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-04-06 21:43:19 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-24 07:17:19 +0200 |
commit | b60de9f5142ffc677e4e1bf0d1e8ad177d21095f (patch) | |
tree | 5f221b054213b5820f8549f8b3c0a28b1cf1d171 /arch/m68k/kernel/syscalltable.S | |
parent | m68k: merge mmu and non-mmu versions of asm-offsets.c (diff) | |
download | linux-b60de9f5142ffc677e4e1bf0d1e8ad177d21095f.tar.xz linux-b60de9f5142ffc677e4e1bf0d1e8ad177d21095f.zip |
m68knommu: Remove obsolete #include <linux/sys.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel/syscalltable.S')
-rw-r--r-- | arch/m68k/kernel/syscalltable.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S index 5909e392cb1e..6f7b09122a00 100644 --- a/arch/m68k/kernel/syscalltable.S +++ b/arch/m68k/kernel/syscalltable.S @@ -11,7 +11,6 @@ * Linux/m68k support by Hamish Macdonald */ -#include <linux/sys.h> #include <linux/linkage.h> #ifndef CONFIG_MMU |