Commit 6f792e7f authored by David Woodhouse's avatar David Woodhouse

MTD: include moduleparam.h in DiskOnChip driver

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 15981f18
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* *
* Interface to generic NAND code for M-Systems DiskOnChip devices * Interface to generic NAND code for M-Systems DiskOnChip devices
* *
* $Id: diskonchip.c,v 1.42 2004/11/16 18:29:03 dwmw2 Exp $ * $Id: diskonchip.c,v 1.44 2005/01/05 17:34:27 dwmw2 Exp $
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/rslib.h> #include <linux/rslib.h>
#include <linux/moduleparam.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.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