diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-10-28 14:41:39 -0400 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 15:07:15 -0500 |
commit | f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637 (patch) | |
tree | 7734ce31493d5f81264093ef458bdbb545984e6f /arch/arm/mach-sa1100 | |
parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 (diff) |
collie: fix scoop convesion to new api
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/collie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index bbf2ebcc3066..b629cbaaec51 100644 --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c | |||
@@ -56,6 +56,7 @@ static struct resource collie_scoop_resources[] = { | |||
56 | static struct scoop_config collie_scoop_setup = { | 56 | static struct scoop_config collie_scoop_setup = { |
57 | .io_dir = COLLIE_SCOOP_IO_DIR, | 57 | .io_dir = COLLIE_SCOOP_IO_DIR, |
58 | .io_out = COLLIE_SCOOP_IO_OUT, | 58 | .io_out = COLLIE_SCOOP_IO_OUT, |
59 | .gpio_base = COLLIE_SCOOP_GPIO_BASE, | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | struct platform_device colliescoop_device = { | 62 | struct platform_device colliescoop_device = { |