From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 18 Aug 2015 09:03:22 +0100 Subject: [U-Boot] [PATCH 3/3] sunxi: sunxi-common.h cleanup In-Reply-To: <1439827706-1748-4-git-send-email-hdegoede@redhat.com> References: <1439827706-1748-1-git-send-email-hdegoede@redhat.com> <1439827706-1748-4-git-send-email-hdegoede@redhat.com> Message-ID: <1439885002.3480.74.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2015-08-17 at 18:08 +0200, Hans de Goede wrote: > Move some #define-s around from one #ifdef block to another to > reduce the number of #ifdef blocks (note this causes no functional > changes even though the conditions are not always exactly the same) > and move generic #include statements to the top. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell