summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-02-11 10:29:03 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-02-25 11:03:44 +0100
commit6edb5595bc950b56409fdcac346136cc71801e33 (patch)
treef64eb46b2885bfa329bfccadc98549e55cedccfd /kernel
parent96b745cacbaf50dbfb25a469d7dc8c9a13440f0f (diff)
scsi: sim710: fix build warning
commit 648a0a7da34f281410e8e3a59de8c13ec6ea380a upstream. We are getting build warning about: "Section mismatch in reference from the variable sim710_eisa_driver to the function .init.text:sim710_eisa_probe() The variable sim710_eisa_driver references the function __init sim710_eisa_probe()" sim710_eisa_probe() was having __init but that was being referenced from sim710_eisa_driver. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions