kernel: modify mtd related patches for 3.14
The change is the same as ("kernel/generic: modify mtd related
patches"). Since these files are under files directory, not a files
directory of specific kernel version, better to also change them. So
it will avoid adding files to future specific files directory
(e.g. files-3.14) for this mtd related change.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40732
This commit is contained in:
@@ -246,7 +246,9 @@ static struct mtd_part_parser adm8668_parser = {
|
||||
|
||||
static int __init adm8668_parser_init(void)
|
||||
{
|
||||
return register_mtd_parser(&adm8668_parser);
|
||||
register_mtd_parser(&adm8668_parser);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void __exit adm8668_parser_exit(void)
|
||||
|
||||
Reference in New Issue
Block a user