summary refs log tree commit diff
path: root/arch/x86/mach-rdc321x/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mach-rdc321x/platform.c')
-rw-r--r--arch/x86/mach-rdc321x/platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mach-rdc321x/platform.c b/arch/x86/mach-rdc321x/platform.c
index dda6024a5862..a037041817c7 100644
--- a/arch/x86/mach-rdc321x/platform.c
+++ b/arch/x86/mach-rdc321x/platform.c
@@ -62,6 +62,8 @@ static struct platform_device *rdc321x_devs[] = {
 
 static int __init rdc_board_setup(void)
 {
+	rdc321x_gpio_setup();
+
 	return platform_add_devices(rdc321x_devs, ARRAY_SIZE(rdc321x_devs));
 }