aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp2000
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-06-24 09:57:14 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 10:34:29 +0100
commitfc8ea7a1eae3034505f70f02981d33bbc1284a86 (patch)
tree57abfb6469bc5f6a5e8f0742be19798a781b8753 /arch/arm/mach-ixp2000
parent[ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore() (diff)
downloadlinux-dev-fc8ea7a1eae3034505f70f02981d33bbc1284a86.tar.xz
linux-dev-fc8ea7a1eae3034505f70f02981d33bbc1284a86.zip
[ARM] 3644/1: ixp2000: export gpio_line_config()
Patch from Lennert Buytenhek Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp2000')
-rw-r--r--arch/arm/mach-ixp2000/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp2000/core.c b/arch/arm/mach-ixp2000/core.c
index 186f632035b8..ebe4391dd7f9 100644
--- a/arch/arm/mach-ixp2000/core.c
+++ b/arch/arm/mach-ixp2000/core.c
@@ -302,6 +302,7 @@ void gpio_line_config(int line, int direction)
}
local_irq_restore(flags);
}
+EXPORT_SYMBOL(gpio_line_config);
/*************************************************************************