diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-04-09 19:11:52 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 11:29:06 +0100 |
commit | 103a1754894eecf488103f7739061e7e767049ad (patch) | |
tree | e0a2eb1f192ab402f054db2a9e73292ca7bee10d /include/asm-arm | |
parent | df56eacdd5b1018f3f2831ff245a7cb70c602454 (diff) |
[ARM] 4943/2: magician: fix magician.h GPIO header includes
PXA GPIO definitions were split from pxa-regs.h into pxa2xx-gpio.h.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-pxa/magician.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/magician.h b/include/asm-arm/arch-pxa/magician.h index 337f51f06b3..13762e80bf5 100644 --- a/include/asm-arm/arch-pxa/magician.h +++ b/include/asm-arm/arch-pxa/magician.h @@ -12,7 +12,7 @@ #ifndef _MAGICIAN_H_ #define _MAGICIAN_H_ -#include <asm/arch/pxa-regs.h> +#include <asm/arch/pxa2xx-gpio.h> /* * PXA GPIOs |