9
0
Fork 0

imx-nand: sparse fixes

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-15 09:29:57 +02:00
parent e2fadcc34a
commit 87982ae7a5
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ void imx_nand_set_layout(int writesize, int datawidth);
struct imx_nand_platform_data {
int width;
int hw_ecc:1;
int flash_bbt:1;
unsigned int hw_ecc:1;
unsigned int flash_bbt:1;
};
#endif /* __ASM_ARCH_NAND_H */