sh-pfc: Replace pinmux_enum_id typedef with u16
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / pfc-sh73a0.c
index 7956df58d751a3231db71b2c4f8c00f0cb231b7d..985acd023dd2a3350c198fe3b40021d22a8903f4 100644 (file)
@@ -469,7 +469,7 @@ enum {
 #define _PORT_DATA(pfx, sfx)   PORT_DATA_IO(pfx)
 #define PINMUX_DATA_GP_ALL()    CPU_ALL_PORT(_PORT_DATA, , unused)
 
-static const pinmux_enum_t pinmux_data[] = {
+static const u16 pinmux_data[] = {
        /* specify valid pin states for each pin in GPIO mode */
        PINMUX_DATA_GP_ALL(),
 
This page took 0.024011 seconds and 5 git commands to generate.