commit | 26cdb67c74aedc22367e6d0271f7f955220cca65 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Dec 10 14:08:12 2008 +0000 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Dec 10 14:08:56 2008 +0000 |
tree | 49b8cacc7dcfa502d5cb469128c23c3e28cdc8b5 | |
parent | 3854be7712f7b4bdcaed14664fc7c7124b3fef0d [diff] [blame] |
[MTD] Remove more strange u_intxx_t types Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c index ff8c14b..c26dd52 100644 --- a/drivers/mtd/mtdconcat.c +++ b/drivers/mtd/mtdconcat.c
@@ -696,7 +696,7 @@ int i; size_t size; struct mtd_concat *concat; - u_int32_t max_erasesize, curr_erasesize; + uint32_t max_erasesize, curr_erasesize; int num_erase_region; printk(KERN_NOTICE "Concatenating MTD devices:\n");