diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-10-29 15:54:41 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-11-12 17:38:08 +0100 |
commit | 6014598f9e6ba63e49fcf7a59d696d3fac9cfa43 (patch) | |
tree | d2c6e1e021f10179736202692a1c7fef5b747e99 /arch/arm/include/asm/arch-mxs/regs-lcdif.h | |
parent | d39c346cdd0d5d61ed8a685f4aa04117c368d486 (diff) | |
download | u-boot-imx-6014598f9e6ba63e49fcf7a59d696d3fac9cfa43.zip u-boot-imx-6014598f9e6ba63e49fcf7a59d696d3fac9cfa43.tar.gz u-boot-imx-6014598f9e6ba63e49fcf7a59d696d3fac9cfa43.tar.bz2 |
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/regs-lcdif.h')
-rw-r--r-- | arch/arm/include/asm/arch-mxs/regs-lcdif.h | 2 |
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 8915d84..fff6379 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 */ |