Home
last modified time | relevance | path

Searched hist:"584 eedab66d0828f2d571a24b10526c4e65f547b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c584eedab66d0828f2d571a24b10526c4e65f547b Thu Dec 11 02:51:57 UTC 2008 Ilya Yanok <yanok@emcraft.com> 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>