diff options
author | eric miao <eric.miao@marvell.com> | 2008-02-03 21:07:09 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 06:29:04 -0400 |
commit | 4be35e236c4a0e346442d98de3e470cf87c4e947 (patch) | |
tree | 695484879f89212223df9f9163253bb828a84d54 /arch/arm/mach-pxa/generic.h | |
parent | 06b2666e89c85640c7eddd67e7bee292a9afeceb (diff) |
[ARM] pxa: move mfp sysdev registeration out for suspend/resume order
MFP configurations after resume should be done before the GPIO registers
are restored. Move the mfp sysdev registeration to the same place where
GPIO and IRQ sysdev(s) are registered to better control the order.
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/generic.h')
-rw-r--r-- | arch/arm/mach-pxa/generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/generic.h b/arch/arm/mach-pxa/generic.h index bd2a2356d976..8bca89c4a256 100644 --- a/arch/arm/mach-pxa/generic.h +++ b/arch/arm/mach-pxa/generic.h | |||
@@ -55,3 +55,4 @@ extern unsigned pxa3xx_get_memclk_frequency_10khz(void); | |||
55 | 55 | ||
56 | extern struct sysdev_class pxa_irq_sysclass; | 56 | extern struct sysdev_class pxa_irq_sysclass; |
57 | extern struct sysdev_class pxa_gpio_sysclass; | 57 | extern struct sysdev_class pxa_gpio_sysclass; |
58 | extern struct sysdev_class pxa3xx_mfp_sysclass; | ||