]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MTD] [NAND] nandsim: missing header for do_div
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 5 Jun 2008 16:43:03 +0000 (09:43 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 5 Jun 2008 18:45:19 +0000 (19:45 +0100)
commit4474573a90bae41351fad576fa80c424d62be567
treedbd9d62b026cd3878226697837bd22a49347393f
parent7e74a5076edb3555dc6c96dc91b155706515bb4c
[MTD] [NAND] nandsim: missing header for do_div

Fix nandsim build error, missing #include:

linux-next-20080605/drivers/mtd/nand/nandsim.c: In function 'divide':
linux-next-20080605/drivers/mtd/nand/nandsim.c:462: error: implicit declaration of function 'do_div'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/nandsim.c