]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/plat-mxc/include/mach/mxc_nand.h
Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 into...
[net-next-2.6.git] / arch / arm / plat-mxc / include / mach / mxc_nand.h
index 2d74748c5db73e38ce2e3ee7e81267ded6f63f92..04c0d060d8143ae4c60d526a6198178f2e02bccb 100644 (file)
@@ -23,9 +23,9 @@
 #include <linux/mtd/partitions.h>
 
 struct mxc_nand_platform_data {
-       int width;      /* data bus width in bytes */
-       int hw_ecc:1;   /* 0 if supress hardware ECC */
-       int flash_bbt:1; /* set to 1 to use a flash based bbt */
+       unsigned int width;     /* data bus width in bytes */
+       unsigned int hw_ecc:1;  /* 0 if supress hardware ECC */
+       unsigned int flash_bbt:1; /* set to 1 to use a flash based bbt */
        struct mtd_partition *parts;    /* partition table */
        int nr_parts;                   /* size of parts */
 };