summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-aspeed/regs-sdmc.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-07-24 00:28:39 +0930
committerJoel Stanley <joel@jms.id.au>2018-07-24 12:23:43 +0930
commitfc8646ea8a4f24ff8267fa2eee0ee33327f1f36c (patch)
treee7bddcfcc750326ab95d828f6132dc05d5a9db42 /arch/arm/include/asm/arch-aspeed/regs-sdmc.h
parent3a13a8c48088b0c2a5dce1f1699993e70c94b397 (diff)
downloadblackbird-obmc-uboot-fc8646ea8a4f24ff8267fa2eee0ee33327f1f36c.tar.gz
blackbird-obmc-uboot-fc8646ea8a4f24ff8267fa2eee0ee33327f1f36c.zip
arch-aspeed: Make AHBC and SDMC header guards unique
Otherwise we get mysterious missing symbols if we include both those and the ast-{ahbc,sdmc}.h files. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/include/asm/arch-aspeed/regs-sdmc.h')
-rw-r--r--arch/arm/include/asm/arch-aspeed/regs-sdmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-aspeed/regs-sdmc.h b/arch/arm/include/asm/arch-aspeed/regs-sdmc.h
index 2861f3b2c9..2cc26d29aa 100644
--- a/arch/arm/include/asm/arch-aspeed/regs-sdmc.h
+++ b/arch/arm/include/asm/arch-aspeed/regs-sdmc.h
@@ -10,8 +10,8 @@
* 1. 2012/12/29 Ryan Chen Create
*
******************************************************************************/
-#ifndef __AST_SDMC_H
-#define __AST_SDMC_H
+#ifndef __AST_REGS_SDMC_H
+#define __AST_REGS_SDMC_H
/*
* Register for SDMC
OpenPOWER on IntegriCloud