[MTD] mtdram.c should #include <linux/mtd/mtdram.h>
authorAdrian Bunk <bunk@kernel.org>
Mon, 14 Apr 2008 14:20:02 +0000 (17:20 +0300)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 14:55:07 +0000 (15:55 +0100)
commit456d9fc92eb8635d53e8facc57764464b8759173
tree6b2622fa258cee4260c40922c5c756fa163158d8
parent51ee83df6151a3e618e65236e304e00ac8d95607
[MTD] mtdram.c should #include <linux/mtd/mtdram.h>

Every file should include the headers containing the externs for its
global functions (in this case for mtdram_init_device()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/devices/mtdram.c