aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-10-28 14:41:39 -0400
committerThomas Kunze <tkunze@tkunze-desktop.(none)>2009-11-27 15:07:15 -0500
commitf151ccf76b38d2ffdfe9e44fa01fe2fc0a754637 (patch)
tree7734ce31493d5f81264093ef458bdbb545984e6f /arch/arm/mach-sa1100
parent648f4e3e50c4793d9dbf9a09afa193631f76fa26 (diff)
collie: fix scoop convesion to new api
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r--arch/arm/mach-sa1100/collie.c1
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[] = {
56static struct scoop_config collie_scoop_setup = { 56static 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
61struct platform_device colliescoop_device = { 62struct platform_device colliescoop_device = {