gpio: r8a7790-gpio: Fix typo in macro

Fix typo from __ASM_R8A7790_H__ to __ASM_R8A7790_GPIO_H__.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
Nobuhiro Iwamatsu 2014-04-07 10:58:40 +09:00 committed by Nobuhiro Iwamatsu
parent f2c51fdc93
commit 7880356b89
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef __ASM_R8A7790_H__ #ifndef __ASM_R8A7790_GPIO_H__
#define __ASM_R8A7790_H__ #define __ASM_R8A7790_GPIO_H__
/* Pin Function Controller: /* Pin Function Controller:
* GPIO_FN_xx - GPIO used to select pin function * GPIO_FN_xx - GPIO used to select pin function
@ -384,4 +384,4 @@ enum {
GPIO_FN_TCLK1_B, GPIO_FN_TCLK1_B,
}; };
#endif /* __ASM_R8A7790_H__ */ #endif /* __ASM_R8A7790_GPIO_H__ */