From: Thomas Kunze Date: Tue, 28 Oct 2008 18:41:39 +0000 (+0300) Subject: collie: fix scoop convesion to new api X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f151ccf76b38d2ffdfe9e44fa01fe2fc0a754637;p=mv-sheeva.git collie: fix scoop convesion to new api --- diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index bbf2ebcc306..b629cbaaec5 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 = {