openwrtv3/target/linux/generic
Hauke Mehrtens c09007c1af kernel/generic: modify mtd related patches for 3.14
Function register_mtd_parser always returned 0 (at least since v3.3)
before being changed to return void in v3.14-rc1~65^2~93 (mtd: make
register_mtd_parser return void), so it's not needed to check the
return value of this function. Also add __init flag to caller.

This fix compile errors in 3.14 kernel like:
drivers/mtd/mtdsplit_seama.c: In function 'mtdsplit_seama_init':
drivers/mtd/mtdsplit_seama.c:99:2: error: void value not ignored as it ought to be
  return register_mtd_parser(&mtdsplit_seama_parser);
  ^

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>

SVN-Revision: 40731
2014-05-08 21:51:36 +00:00
..
base-files update the /init file to start /sbin/init 2013-03-13 18:11:13 +00:00
files kernel/generic: modify mtd related patches for 3.14 2014-05-08 21:51:36 +00:00
image rename target/linux/generic-2.6 to generic 2010-06-26 20:42:58 +00:00
patches-3.3 kernel: fix compile error with gcc-4.8 and kernel 3.3 2014-05-01 13:07:44 +00:00
patches-3.6 kernel/3.6: remove yaffs support 2013-12-16 07:42:42 +00:00
patches-3.8 kernel: backport ARM memset fixes for GCC 4.7/4.8 2014-03-12 22:08:59 +00:00
patches-3.9 kernel/3.9: remove yaffs patches 2013-12-16 07:42:43 +00:00
patches-3.10 generic: remove obsolete symbol export from block2mtd init patch 2014-04-10 14:43:22 +00:00
patches-3.12 generic: remove obsolete symbol export from block2mtd init patch 2014-04-10 14:43:22 +00:00
patches-3.13 generic: remove obsolete symbol export from block2mtd init patch 2014-04-10 14:43:22 +00:00
patches-3.14 generic: remove obsolete symbol export from block2mtd init patch 2014-04-10 14:43:22 +00:00
config-3.3 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.6 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.8 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.9 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.10 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.12 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.13 kernel: add missing config options 2014-05-02 21:08:22 +00:00
config-3.14 kernel: add missing config options 2014-05-02 21:08:22 +00:00
PATCHES kernel: update PATCHES with a stricter policy 2013-07-09 20:52:07 +00:00