mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
gpio: r8a7791-gpio: Fix typo in macro
Fix typo from __ASM_R8A7791_H__ to __ASM_R8A7791_GPIO_H__. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
This commit is contained in:
parent
7f922e32ff
commit
f2c51fdc93
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __ASM_R8A7791_H__
|
||||
#define __ASM_R8A7791_H__
|
||||
#ifndef __ASM_R8A7791_GPIO_H__
|
||||
#define __ASM_R8A7791_GPIO_H__
|
||||
|
||||
/* Pin Function Controller:
|
||||
* GPIO_FN_xx - GPIO used to select pin function
|
||||
|
@ -435,4 +435,4 @@ enum {
|
|||
GPIO_FN_MLB_DAT, GPIO_FN_CAN1_RX_B,
|
||||
};
|
||||
|
||||
#endif /* __ASM_R8A7791_H__ */
|
||||
#endif /* __ASM_R8A7791_GPIO_H__ */
|
||||
|
|
Loading…
Reference in a new issue