diff options
author | Michal Simek <monstr@monstr.eu> | 2010-03-05 15:34:12 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-04-01 08:38:19 +0200 |
commit | 40db0834337ef0cde586feeb5588e45f0349098b (patch) | |
tree | cd5b0fe32e2416bb5a39591a479f904427d436ff /arch/microblaze/include/asm/processor.h | |
parent | microblaze: Remove memset in free_init_pages (diff) | |
download | linux-40db0834337ef0cde586feeb5588e45f0349098b.tar.xz linux-40db0834337ef0cde586feeb5588e45f0349098b.zip |
microblaze: Remove segment.h
I would like to use asm-generic uaccess.h where are segment
macros defined. This is just first step.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/processor.h')
-rw-r--r-- | arch/microblaze/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h index 563c6b9453f0..8eeb09211ece 100644 --- a/arch/microblaze/include/asm/processor.h +++ b/arch/microblaze/include/asm/processor.h @@ -14,7 +14,6 @@ #include <asm/ptrace.h> #include <asm/setup.h> #include <asm/registers.h> -#include <asm/segment.h> #include <asm/entry.h> #include <asm/current.h> |