diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-23 02:53:07 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-05-12 16:34:16 -0400 |
commit | bd8639b3885d2ac33b7e13d83d7849372a85fd07 (patch) | |
tree | afd3ebc72139b29f5a35f1557e56c18547a31376 /arch/arm/mach-shmobile/include/mach/sh73a0.h | |
parent | 03f804251c837bc0902f0b77c1ec6f8a29b1cd6e (diff) |
ARM: mach-shmobile: sh73a0.h: add GPIO_NR
GPIO_NR is added in order to clarify end of GPIO array.
We can add extra GPIO from it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Simon Horman <horms@verge.net.au>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh73a0.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh73a0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh73a0.h b/arch/arm/mach-shmobile/include/mach/sh73a0.h index cad57578ceed..ac758579d4e9 100644 --- a/arch/arm/mach-shmobile/include/mach/sh73a0.h +++ b/arch/arm/mach-shmobile/include/mach/sh73a0.h | |||
@@ -482,6 +482,9 @@ enum { | |||
482 | GPIO_FN_FSIAILR_PU, | 482 | GPIO_FN_FSIAILR_PU, |
483 | GPIO_FN_FSIAIBT_PU, | 483 | GPIO_FN_FSIAIBT_PU, |
484 | GPIO_FN_FSIAISLD_PU, | 484 | GPIO_FN_FSIAISLD_PU, |
485 | |||
486 | /* end of GPIO */ | ||
487 | GPIO_NR, | ||
485 | }; | 488 | }; |
486 | 489 | ||
487 | /* DMA slave IDs */ | 490 | /* DMA slave IDs */ |