commit | 553a8012088b3452c7d66ff60d2d06ad0c9bea00 | [log] [tgz] |
---|---|---|
author | Frederik Deweerdt <deweerdt@free.fr> | Mon Oct 02 09:42:25 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Mon Oct 02 09:42:25 2006 +0100 |
tree | 3f3b25ad7208f505cf0babb4023035daa7d28907 | |
parent | 9a292308255ad381dd74541be468c4aec240a615 [diff] |
[MTD] fix nftl_write warning Building 2.6.18-mm2 issues the following warning if CONFIG_NFTL_RW is not set: CC [M] drivers/mtd/nftlcore.o drivers/mtd/nftlcore.c:183: warning: 'nftl_write' defined but not used The following patch only compiles nftl_write if CONFIG_NFTL_RW is set. Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>