diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:02 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:02 +0100 |
commit | 1c80f22f8d809a9a9024aad7a5bd093f078e77cf (patch) | |
tree | 116af9c3b675d888f63910adefe1557528726736 /arch/mn10300/kernel/entry.S | |
parent | b81947c646bfefdf98e2fde5d7d39cbbda8525d4 (diff) | |
download | linux-stable-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.tar.gz linux-stable-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.tar.bz2 linux-stable-1c80f22f8d809a9a9024aad7a5bd093f078e77cf.zip |
Disintegrate asm/system.h for MN10300
Disintegrate asm/system.h for MN10300.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-am33-list@redhat.com
Diffstat (limited to 'arch/mn10300/kernel/entry.S')
-rw-r--r-- | arch/mn10300/kernel/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/entry.S b/arch/mn10300/kernel/entry.S index 3e3620d9fc45..8e11f9f48999 100644 --- a/arch/mn10300/kernel/entry.S +++ b/arch/mn10300/kernel/entry.S @@ -15,7 +15,6 @@ #include <linux/sys.h> #include <linux/linkage.h> #include <asm/smp.h> -#include <asm/system.h> #include <asm/irqflags.h> #include <asm/thread_info.h> #include <asm/intctl-regs.h> |