commit | 8f026f75accb8c9f1179a4b57a5019af36471046 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon May 28 19:51:59 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu Jun 28 20:24:06 2007 +0100 |
tree | 77ee08a9ae27a2ce9f4c58e4034829757568adb8 | |
parent | 8b099a390defd294a3832fe73626c25072967316 [diff] |
[MTD] mtd_blkdevs.c: do not export 'mtd_blktrans_ops' The mtd_blktrans_ops is not defined in any of the headers and is indeed not used elsewhere in the kernel, so mark it as static to reduce the warnings from sparse drivers/mtd/mtd_blkdevs.c:204:32: warning: symbol 'mtd_blktrans_ops' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>