diff options
-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 = { |