11 Sep, 2011

1 commit

  • There is no need to export parse_mtd_partitions() now , as it's fully handled
    by registration functions. So move the definition to private header and
    remove respective EXPORT_SYMBOL_GPL.

    Signed-off-by: Dmitry Eremin-Solenikov
    Signed-off-by: Artem Bityutskiy

    Dmitry Eremin-Solenikov
     

25 May, 2011

1 commit


25 Feb, 2010

2 commits


29 Jun, 2007

1 commit

  • 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

    Ben Dooks