From: maxims@google.com
To: openbmc@lists.ozlabs.org
Subject: [PATCH 1/3] aspeed: Fix regs-scu.h and ast_scu.h incompatibility.
Date: Thu, 29 Sep 2016 14:27:05 -0700 [thread overview]
Message-ID: <1475184427-144121-1-git-send-email-maxims@google.com> (raw)
In-Reply-To: <1474998214-12720-2-git-send-email-maxims@google.com>
From: Maxim Sloyko <maxims@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
next prev parent reply other threads:[~2016-09-29 21:27 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 17:26 [PATCH] aspeed/g5: Device Tree for ast2500 and eval board, I2C driver maxims
2016-09-22 18:40 ` Maxim Sloyko
2016-09-23 1:59 ` Joel Stanley
2016-09-27 17:48 ` Maxim Sloyko
2016-09-27 17:43 ` [PATCH 1/3] aspeed/g5: Device Tree for ast2500, copied from openbmc/linux (include file), plus minimal device tree configuration for ast2500 eval board maxims
2016-09-27 17:43 ` [PATCH 2/3] aspeed/g5: helper SCU functions for configuring aspeed I2C maxims
2016-09-29 1:03 ` Joel Stanley
2016-09-29 18:23 ` Maxim Sloyko
2016-09-30 1:49 ` Andrew Jeffery
2016-10-03 18:57 ` Maxim Sloyko
2016-09-29 21:27 ` maxims [this message]
2016-09-29 21:27 ` [PATCH 2/3] aspeed: Fixed FUC -> FUN typo in SCU maxims
2016-10-05 16:17 ` Maxim Sloyko
2016-10-14 0:07 ` Joel Stanley
2016-10-17 17:57 ` Maxim Sloyko
2016-10-18 6:36 ` Joel Stanley
2016-10-27 18:52 ` Maxim Sloyko
2016-09-29 21:27 ` [PATCH 3/3] aspeed: SCU helper functions for I2C maxims
2016-10-03 18:55 ` [PATCH] " maxims
2016-10-05 16:16 ` Maxim Sloyko
2016-10-14 0:06 ` Joel Stanley
2016-09-27 17:43 ` [PATCH 3/3] aspeed/g5: I2C driver maxims
2016-09-29 1:27 ` Joel Stanley
2016-10-03 20:41 ` Maxim Sloyko
2016-10-10 7:19 ` Joel Stanley
2016-10-10 16:20 ` Maxim Sloyko
2016-10-03 20:42 ` [PATCH] aspeed/g5,g4: " maxims
2016-10-04 20:59 ` Cédric Le Goater
2016-10-05 0:15 ` Maxim Sloyko
2016-10-05 2:33 ` Joel Stanley
2016-10-05 3:10 ` Andrew Jeffery
2016-09-29 1:29 ` [PATCH 1/3] aspeed/g5: Device Tree for ast2500, copied from openbmc/linux (include file), plus minimal device tree configuration for ast2500 eval board Joel Stanley
2016-09-29 17:02 ` Maxim Sloyko
2016-09-29 18:32 ` [PATCH] aspeed/g5: Device Tree for ast2500 maxims
2016-10-05 16:16 ` Maxim Sloyko
2016-10-06 17:16 ` Maxim Sloyko
2016-10-14 0:14 ` Joel Stanley
2016-10-14 16:40 ` Maxim Sloyko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475184427-144121-1-git-send-email-maxims@google.com \
--to=maxims@google.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.