Commit b60de9f5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Ungerer

m68knommu: Remove obsolete #include <linux/sys.h>

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent aa4d1f89
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
* linux 2.4 support David McCullough <davidm@snapgear.com> * linux 2.4 support David McCullough <davidm@snapgear.com>
*/ */
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/errno.h> #include <asm/errno.h>
#include <asm/setup.h> #include <asm/setup.h>
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
* Linux/m68k support by Hamish Macdonald * Linux/m68k support by Hamish Macdonald
*/ */
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#ifndef CONFIG_MMU #ifndef CONFIG_MMU
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
* Linux/m68k support by Hamish Macdonald * Linux/m68k support by Hamish Macdonald
*/ */
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/thread_info.h> #include <asm/thread_info.h>
#include <asm/unistd.h> #include <asm/unistd.h>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
* M68360 Port by SED Systems, and Lineo. * M68360 Port by SED Systems, and Lineo.
*/ */
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/thread_info.h> #include <asm/thread_info.h>
#include <asm/unistd.h> #include <asm/unistd.h>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
* Bug, speed and maintainability fixes by Philippe De Muyter <phdm@macqel.be> * Bug, speed and maintainability fixes by Philippe De Muyter <phdm@macqel.be>
*/ */
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <asm/unistd.h> #include <asm/unistd.h>
#include <asm/thread_info.h> #include <asm/thread_info.h>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
/*****************************************************************************/ /*****************************************************************************/
#include <linux/sys.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <linux/init.h> #include <linux/init.h>
#include <asm/asm-offsets.h> #include <asm/asm-offsets.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