diff options
author | eric miao <eric.miao@marvell.com> | 2008-01-28 18:00:02 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 08:17:33 -0500 |
commit | 16dfdbf038706c12c56f327d14c6b901edc376a3 (patch) | |
tree | 1f761ae7ff1c4ba837d24c69521d5cbe0b2d7e72 /arch/arm/mach-pxa/pxa3xx.c | |
parent | c016550490687c6bdbcdf06c7b4d874b6c7c6e4e (diff) |
[ARM] pxa: introduce sysdev for GPIO register saving/restoring
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/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 3a7e8ccd70bd..d0b2afd4368a 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -460,6 +460,8 @@ static struct sys_device pxa3xx_sysdev[] = { | |||
460 | }, { | 460 | }, { |
461 | .id = 1, | 461 | .id = 1, |
462 | .cls = &pxa_irq_sysclass, | 462 | .cls = &pxa_irq_sysclass, |
463 | }, { | ||
464 | .cls = &pxa_gpio_sysclass, | ||
463 | }, | 465 | }, |
464 | }; | 466 | }; |
465 | 467 | ||