diff options
author | Vitaly Wool <vwool@ru.mvista.com> | 2006-06-22 10:26:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-22 10:26:21 +0100 |
commit | b741483d7d8d86d215daf2a1f77bc3d3770746a6 (patch) | |
tree | 436e643627f06cdc8bc1765ece01673c5e52e899 /arch/arm/mach-pnx4008 | |
parent | e9931b5da6247c18cbf4db8e9e924c980758f41a (diff) | |
download | linux-b741483d7d8d86d215daf2a1f77bc3d3770746a6.tar.gz linux-b741483d7d8d86d215daf2a1f77bc3d3770746a6.tar.bz2 linux-b741483d7d8d86d215daf2a1f77bc3d3770746a6.zip |
[ARM] 3623/1: pnx4008: move GPIO-related defines to gpio.h
Patch from Vitaly Wool
This patch moves GPIO-related defines and static inline funcs from include/asm-arm/arch-pnx4008/pm.h to include/asm-arm/arch-pnx4008/gpio.h.
Also, some more GPIO-related defines are added to include/asm-arm/arch-pnx4008/gpio.h as they are needed for the USB host driver (coming soon...)
Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pnx4008')
-rw-r--r-- | arch/arm/mach-pnx4008/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/serial.c b/arch/arm/mach-pnx4008/serial.c index 10322384e45d..95a1b3f964a2 100644 --- a/arch/arm/mach-pnx4008/serial.c +++ b/arch/arm/mach-pnx4008/serial.c @@ -20,7 +20,7 @@ #include <linux/serial_core.h> #include <linux/serial_reg.h> -#include <asm/arch/pm.h> +#include <asm/arch/gpio.h> #include <asm/arch/clock.h> |