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 | c40d04df152a1111c5bbcb632278394dabd2b73d (patch) | |
tree | 84e9426bea45852e2333308116a69b5743655ee3 /arch/microblaze/kernel/process.c | |
parent | 803f69144f0d48863c68f9d111b56849c7cef5bb (diff) | |
download | linux-c40d04df152a1111c5bbcb632278394dabd2b73d.tar.gz linux-c40d04df152a1111c5bbcb632278394dabd2b73d.tar.bz2 linux-c40d04df152a1111c5bbcb632278394dabd2b73d.zip |
Disintegrate asm/system.h for Microblaze
Disintegrate asm/system.h for Microblaze. Not compiled.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: microblaze-uclinux@itee.uq.edu.au
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r-- | arch/microblaze/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 9155f7d92669..883b92789cdf 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c @@ -13,7 +13,6 @@ #include <linux/pm.h> #include <linux/tick.h> #include <linux/bitops.h> -#include <asm/system.h> #include <asm/pgalloc.h> #include <asm/uaccess.h> /* for USER_DS macros */ #include <asm/cacheflush.h> |