Commit cdd90fb5 authored by Russell King's avatar Russell King

ARM: add missing include to nwflash.c

nwflash needs jiffie definitions.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4da8b820
......@@ -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>
......
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