diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-03 05:20:47 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 09:16:56 -0400 |
commit | c0b04d1b2c427629b2dbe066422a507ad855bf61 (patch) | |
tree | 5f789b4cfb36c8fc0019cd9520d7018742aec1d9 /arch/arm/kernel/ecard.c | |
parent | e6aeb47da6e02ec9807d30a368d4fc37972b022f (diff) |
[ARM] ecard: Move private ecard junk out of asm/ecard.h
Move ecard.c private junk from asm/ecard.h to a local header file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/ecard.c')
-rw-r--r-- | arch/arm/kernel/ecard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/ecard.c b/arch/arm/kernel/ecard.c index 64d5ba1a1337..85f4db6efa7c 100644 --- a/arch/arm/kernel/ecard.c +++ b/arch/arm/kernel/ecard.c | |||
@@ -51,6 +51,8 @@ | |||
51 | #include <asm/mach/irq.h> | 51 | #include <asm/mach/irq.h> |
52 | #include <asm/tlbflush.h> | 52 | #include <asm/tlbflush.h> |
53 | 53 | ||
54 | #include "ecard.h" | ||
55 | |||
54 | #ifndef CONFIG_ARCH_RPC | 56 | #ifndef CONFIG_ARCH_RPC |
55 | #define HAVE_EXPMASK | 57 | #define HAVE_EXPMASK |
56 | #endif | 58 | #endif |