commit | ccef7ab534347e2e1e1ef398d2ec987d37e519f3 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Feb 26 00:51:41 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 26 18:14:17 2009 +0100 |
tree | 1f74e2abb5ad84725e3eb52ac3320ffda480f281 | |
parent | 9adfbfb611307060db54691bc7e6d53fdc12312b [diff] |
make MTD headers use strict integer types The MTD headers traditionally use stdint types rather than the kernel integer types. This converts them to do the same as all the others. Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>