From: Ben Dooks Date: Mon, 28 May 2007 19:28:34 +0000 (+0100) Subject: [MTD] mtdcore.c: share syms with mtd_blkdev.c X-Git-Tag: v2.6.24-rc1~1364^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356d70f19d949a11320ab626037b2d197a8e8b51;p=pandora-kernel.git [MTD] mtdcore.c: share syms with mtd_blkdev.c Fix the sparse warnings generated by the implicit dependency of mtd_blkdevs.c and mtd_core.c for the two symbols mtd_table and mtd_table_mutex. This is done by adding an local header file mtdcore.h to define these (including the warning about the non-proliferation of these symbols). Signed-off-by: Ben Dooks Signed-off-by: David Woodhouse --- Reading git-diff-tree failed