diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-10-28 21:41:39 +0300 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 21:07:15 +0100 |
commit | f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637 (patch) | |
tree | 7734ce31493d5f81264093ef458bdbb545984e6f /arch/arm/mach-sa1100 | |
parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 (diff) | |
download | op-kernel-dev-f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637.zip op-kernel-dev-f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637.tar.gz |
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 bbf2ebc..b629cba 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[] = { static struct scoop_config collie_scoop_setup = { .io_dir = COLLIE_SCOOP_IO_DIR, .io_out = COLLIE_SCOOP_IO_OUT, + .gpio_base = COLLIE_SCOOP_GPIO_BASE, }; struct platform_device colliescoop_device = { |