summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-04-07 10:58:40 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-05-21 10:09:19 +0900
commit7880356b8982b53ef78983a57bbc04ba6ad60f99 (patch)
treea2bada0cf7471e68b6a3e2aa4090c4cba1b5779f /arch/arm/include/asm/arch-rmobile
parentf2c51fdc935b35d6cae63f6f31869b838c35767b (diff)
downloadtalos-obmc-uboot-7880356b8982b53ef78983a57bbc04ba6ad60f99.tar.gz
talos-obmc-uboot-7880356b8982b53ef78983a57bbc04ba6ad60f99.zip
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>
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile')
-rw-r--r--arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h b/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
index 444e361c06..74b5f1df59 100644
--- a/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
+++ b/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
@@ -1,5 +1,5 @@
-#ifndef __ASM_R8A7790_H__
-#define __ASM_R8A7790_H__
+#ifndef __ASM_R8A7790_GPIO_H__
+#define __ASM_R8A7790_GPIO_H__
/* Pin Function Controller:
* GPIO_FN_xx - GPIO used to select pin function
@@ -384,4 +384,4 @@ enum {
GPIO_FN_TCLK1_B,
};
-#endif /* __ASM_R8A7790_H__ */
+#endif /* __ASM_R8A7790_GPIO_H__ */
OpenPOWER on IntegriCloud