Commit fc8ea7a1 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King

[ARM] 3644/1: ixp2000: export gpio_line_config()

Patch from Lennert Buytenhek
Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 3da4bd2b
......@@ -302,6 +302,7 @@ void gpio_line_config(int line, int direction)
}
local_irq_restore(flags);
}
EXPORT_SYMBOL(gpio_line_config);
/*************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment