commit | 71e05e053c98dab5bdc1e18da41231222581bc7a | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Thu Dec 11 05:51:57 2008 +0300 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 16 17:14:54 2008 +0100 |
tree | 1efa8c24563643062006e1ba6986a97ed30f3825 | |
parent | 002dd96e1962725d864f80c54a9358cef651cc22 [diff] |
jffs2: include <linux/mtd/compat.h> instead of defining own min_t Include <linux/mtd/compat.h> header for min_t definition instead of providing our own one. Removes warnings in case of OneNAND support enabled. Although I thinks it's a bit silly to include <linux/mtd/compat.h> just for min_t... Signed-off-by: Ilya Yanok <yanok@emcraft.com> Acked-by: Stefan Roese <sr@denx.de>