sh: sh7757: Register PFC platform device
[deliverable/linux.git] / arch / sh / kernel / cpu / sh4a / pinmux-sh7757.c
index 4a2736d52392a1c7c209b588531915a90f473872..784b42895045fdd1191538a7cd031d60b66675c8 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/gpio.h>
+#include <cpu/pfc.h>
 #include <cpu/sh7757.h>
 
 enum {
@@ -2282,6 +2283,6 @@ static struct pinmux_info sh7757_pinmux_info = {
 
 static int __init plat_pinmux_setup(void)
 {
-       return register_pinmux(&sh7757_pinmux_info);
+       return sh_pfc_register_info(NULL, NULL, 0, &sh7757_pinmux_info);
 }
 arch_initcall(plat_pinmux_setup);
This page took 0.025888 seconds and 5 git commands to generate.