diff options
author | Kuninori Morimoto <[email protected]> | 2012-04-22 23:53:07 -0700 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2012-05-12 22:34:16 +0200 |
commit | bd8639b3885d2ac33b7e13d83d7849372a85fd07 (patch) | |
tree | afd3ebc72139b29f5a35f1557e56c18547a31376 | |
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 <[email protected]>
Tested-by: Simon Horman <[email protected]>
Acked-by: Magnus Damm <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-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 { GPIO_FN_FSIAILR_PU, GPIO_FN_FSIAIBT_PU, GPIO_FN_FSIAISLD_PU, + + /* end of GPIO */ + GPIO_NR, }; /* DMA slave IDs */ |