diff options
| author | Peng Fan <[email protected]> | 2015-10-29 15:54:41 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-11-12 17:38:08 +0100 |
| commit | 6014598f9e6ba63e49fcf7a59d696d3fac9cfa43 (patch) | |
| tree | d2c6e1e021f10179736202692a1c7fef5b747e99 | |
| parent | d39c346cdd0d5d61ed8a685f4aa04117c368d486 (diff) | |
mxs: regs-common.h must be wrapped with !__ASSEMBLY__
regs-common.h must be wrapped with #ifndef __ASSEMBLY__
Signed-off-by: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
| -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 8915d84d0d7..fff6379a7e6 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 */ |
