[PATCH 1/3] aspeed: Fix regs-scu.h and ast_scu.h incompatibility.
maxims at google.com
maxims at google.com
Fri Sep 30 07:27:05 AEST 2016
From: Maxim Sloyko <maxims at google.com>
Fix regs-scu.h and ast_scu.h incompatibility. They were using the same
include guard.
---
arch/arm/include/asm/arch-aspeed/regs-scu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/arch-aspeed/regs-scu.h b/arch/arm/include/asm/arch-aspeed/regs-scu.h
index b89df82..b714fa9 100644
--- a/arch/arm/include/asm/arch-aspeed/regs-scu.h
+++ b/arch/arm/include/asm/arch-aspeed/regs-scu.h
@@ -10,8 +10,8 @@
* 1. 2012/12/29 Ryan Chen Create
*
********************************************************************************/
-#ifndef __AST_SCU_H
-#define __AST_SCU_H 1
+#ifndef __AST_REGS_SCU_H
+#define __AST_REGS_SCU_H 1
#include <asm/arch/aspeed.h>
--
2.8.0.rc3.226.g39d4020
More information about the openbmc
mailing list