[ARM] 3644/1: ixp2000: export gpio_line_config()
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 24 Jun 2006 08:57:14 +0000 (09:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Jun 2006 09:34:29 +0000 (10:34 +0100)
Patch from Lennert Buytenhek

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ixp2000/core.c

index 186f632..ebe4391 100644 (file)
@@ -302,6 +302,7 @@ void gpio_line_config(int line, int direction)
        }
        local_irq_restore(flags);
 }
+EXPORT_SYMBOL(gpio_line_config);
 
 
 /*************************************************************************