Skip to content
Snippets Groups Projects
Commit 6014598f authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

mxs: regs-common.h must be wrapped with !__ASSEMBLY__


regs-common.h must be wrapped with #ifndef __ASSEMBLY__

Signed-off-by: default avatarPeng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
parent d39c346c
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#ifndef __MX28_REGS_LCDIF_H__ #ifndef __MX28_REGS_LCDIF_H__
#define __MX28_REGS_LCDIF_H__ #define __MX28_REGS_LCDIF_H__
#ifndef __ASSEMBLY__
#include <asm/imx-common/regs-common.h> #include <asm/imx-common/regs-common.h>
#ifndef __ASSEMBLY__
struct mxs_lcdif_regs { struct mxs_lcdif_regs {
mxs_reg_32(hw_lcdif_ctrl) /* 0x00 */ mxs_reg_32(hw_lcdif_ctrl) /* 0x00 */
mxs_reg_32(hw_lcdif_ctrl1) /* 0x10 */ mxs_reg_32(hw_lcdif_ctrl1) /* 0x10 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment