Skip to content

Commit

Permalink
ARM: add missing include to nwflash.c
Browse files Browse the repository at this point in the history
nwflash needs jiffie definitions.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Dec 19, 2009
1 parent 4da8b82 commit cdd90fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/nwflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/init.h>
#include <linux/smp_lock.h>
#include <linux/mutex.h>
#include <linux/jiffies.h>

#include <asm/hardware/dec21285.h>
#include <asm/io.h>
Expand Down

0 comments on commit cdd90fb

Please sign in to comment.