@@ -126,12 +126,6 @@ enum {
GPIO_FN_TIOC0D, GPIO_FN_TIOC0C, GPIO_FN_TIOC0B, GPIO_FN_TIOC0A,
GPIO_FN_TCLKD, GPIO_FN_TCLKC, GPIO_FN_TCLKB, GPIO_FN_TCLKA,
- /* SSU */
- GPIO_FN_SCS0_PD, GPIO_FN_SSO0_PD, GPIO_FN_SSI0_PD, GPIO_FN_SSCK0_PD,
- GPIO_FN_SCS0_PF, GPIO_FN_SSO0_PF, GPIO_FN_SSI0_PF, GPIO_FN_SSCK0_PF,
- GPIO_FN_SCS1_PD, GPIO_FN_SSO1_PD, GPIO_FN_SSI1_PD, GPIO_FN_SSCK1_PD,
- GPIO_FN_SCS1_PF, GPIO_FN_SSO1_PF, GPIO_FN_SSI1_PF, GPIO_FN_SSCK1_PF,
-
/* SCIF */
GPIO_FN_SCK0, GPIO_FN_RXD0, GPIO_FN_TXD0,
GPIO_FN_SCK1, GPIO_FN_RXD1, GPIO_FN_TXD1, GPIO_FN_RTS1, GPIO_FN_CTS1,
SH7269 has no Synchronous Serial Communication Unit (SSU). Remove the bogus enum IDs, which caused holes in pinmux_func_gpios[]. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Presumably this has been copied from sh7203. The runtime-check under development reports: sh7269_pfc: empty function gpio 141 sh7269_pfc: empty function gpio 142 sh7269_pfc: empty function gpio 143 sh7269_pfc: empty function gpio 144 sh7269_pfc: empty function gpio 145 sh7269_pfc: empty function gpio 146 sh7269_pfc: empty function gpio 147 sh7269_pfc: empty function gpio 148 sh7269_pfc: empty function gpio 149 sh7269_pfc: empty function gpio 150 sh7269_pfc: empty function gpio 151 sh7269_pfc: empty function gpio 152 sh7269_pfc: empty function gpio 153 sh7269_pfc: empty function gpio 154 sh7269_pfc: empty function gpio 155 sh7269_pfc: empty function gpio 156 --- arch/sh/include/cpu-sh2a/cpu/sh7269.h | 6 ------ 1 file changed, 6 deletions(-)