Commit cf01745e authored by Artem Bityuckiy's avatar Artem Bityuckiy Committed by David Woodhouse

JFFS2: Include vmalloc.h to fix compile warning.

The previous fixes to use vmalloc for the eraseblock array missed it.
Signed-off-by: default avatarArtem Bityuckiy <dedekind@infradead.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent d8744ebc
......@@ -7,7 +7,7 @@
*
* For licensing information, see the file 'LICENCE' in this directory.
*
* $Id: fs.c,v 1.50 2004/11/23 15:37:31 gleixner Exp $
* $Id: fs.c,v 1.51 2004/11/28 12:19:37 dedekind Exp $
*
*/
......@@ -20,6 +20,7 @@
#include <linux/mtd/mtd.h>
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/vfs.h>
#include <linux/crc32.h>
#include "nodelist.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment