sh-pfc: r8a7740: Declare missing INTC function
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 18 Apr 2013 08:54:18 +0000 (10:54 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Jun 2013 12:04:22 +0000 (21:04 +0900)
When adding the INTC pin groups the INTC function hasn't been added to
the functions list. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pinctrl/sh-pfc/pfc-r8a7740.c

index 58b028480122f796df2e6db4e8ed03b0084f9254..da00bc4005ba6dbe706aa211387c262adaf020ae 100644 (file)
@@ -2694,6 +2694,7 @@ static const char * const sdhi2_groups[] = {
 };
 
 static const struct sh_pfc_function pinmux_functions[] = {
+       SH_PFC_FUNCTION(intc),
        SH_PFC_FUNCTION(lcd0),
        SH_PFC_FUNCTION(lcd1),
        SH_PFC_FUNCTION(mmc0),