commit | f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637 | [log] [tgz] |
---|---|---|
author | Thomas Kunze <thommycheck@gmx.de> | Tue Oct 28 21:41:39 2008 +0300 |
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | Fri Nov 27 21:07:15 2009 +0100 |
tree | 7734ce31493d5f81264093ef458bdbb545984e6f | |
parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 [diff] |
collie: fix scoop convesion to new api
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 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 = {