Commit c84441c4 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner

[JFFS2] Fix crosscompile

Include sched.h instead of asm/semaphore.h to make it compile everywhere.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e2d48b1a
......@@ -7,7 +7,7 @@
*
* For licensing information, see the file 'LICENCE' in this directory.
*
* $Id: compr_zlib.c,v 1.29 2004/11/16 20:36:11 dwmw2 Exp $
* $Id: compr_zlib.c,v 1.31 2005/05/20 19:30:06 gleixner Exp $
*
*/
......@@ -17,10 +17,10 @@
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/zlib.h>
#include <linux/zutil.h>
#include <asm/semaphore.h>
#include "nodelist.h"
#include "compr.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