From: luc Date: Fri, 29 Jul 2005 20:21:28 +0000 (+0000) Subject: Make private the nand_scan() function defined in nandemul2k.c. X-Git-Tag: pre-name-change~452 X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=546661e4f2674e56e7ebe84a263fe93b6ff1a2db;hp=546661e4f2674e56e7ebe84a263fe93b6ff1a2db;p=yaffs2.git Make private the nand_scan() function defined in nandemul2k.c. It clash with the one from MTD and make it impossible to statically compile this code in the kernel together with MTD (and will also make problems with modules). ---