summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mxs
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-10-29 15:54:41 +0800
committerStefano Babic <sbabic@denx.de>2015-11-12 17:38:08 +0100
commit6014598f9e6ba63e49fcf7a59d696d3fac9cfa43 (patch)
treed2c6e1e021f10179736202692a1c7fef5b747e99 /arch/arm/include/asm/arch-mxs
parentd39c346cdd0d5d61ed8a685f4aa04117c368d486 (diff)
downloadtalos-obmc-uboot-6014598f9e6ba63e49fcf7a59d696d3fac9cfa43.tar.gz
talos-obmc-uboot-6014598f9e6ba63e49fcf7a59d696d3fac9cfa43.zip
mxs: regs-common.h must be wrapped with !__ASSEMBLY__
regs-common.h must be wrapped with #ifndef __ASSEMBLY__ Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mxs')
-rw-r--r--arch/arm/include/asm/arch-mxs/regs-lcdif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mxs/regs-lcdif.h b/arch/arm/include/asm/arch-mxs/regs-lcdif.h
index 8915d84d0d..fff6379a7e 100644
--- a/arch/arm/include/asm/arch-mxs/regs-lcdif.h
+++ b/arch/arm/include/asm/arch-mxs/regs-lcdif.h
@@ -13,9 +13,9 @@
#ifndef __MX28_REGS_LCDIF_H__
#define __MX28_REGS_LCDIF_H__
+#ifndef __ASSEMBLY__
#include <asm/imx-common/regs-common.h>
-#ifndef __ASSEMBLY__
struct mxs_lcdif_regs {
mxs_reg_32(hw_lcdif_ctrl) /* 0x00 */
mxs_reg_32(hw_lcdif_ctrl1) /* 0x10 */
OpenPOWER on IntegriCloud