summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdconcat.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2016-01-15 14:46:29 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-01-15 09:47:00 -0800
commit92752d9974882e2e5384e92668f02a134f9c7463 (patch)
treefd55c40eb054b1910384cc2305a9583c2e817402 /drivers/mtd/mtdconcat.c
parent9146cbd52b11d4ade62dba8f238ec5e421c3fa2b (diff)
downloadlinux-stable-92752d9974882e2e5384e92668f02a134f9c7463.tar.gz
linux-stable-92752d9974882e2e5384e92668f02a134f9c7463.tar.bz2
linux-stable-92752d9974882e2e5384e92668f02a134f9c7463.zip
mtd: mtk-nor: Drop bogus __init from mtk_nor_init()
WARNING: drivers/mtd/spi-nor/mtk-quadspi.o(.text+0x77e): Section mismatch in reference from the function mtk_nor_drv_probe() to the function .init.text:mtk_nor_init() The function mtk_nor_drv_probe() references the function __init mtk_nor_init(). This is often because mtk_nor_drv_probe lacks a __init annotation or the annotation of mtk_nor_init is wrong. Drop the bogus __init from mtk_nor_init() to kill this warning. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/mtdconcat.c')
0 files changed, 0 insertions, 0 deletions