camera: sn12m0pz: Fix section mismatch
WARNING: drivers/built-in.o(.text+0x195f78): Section mismatch in
reference from the function sn12m0pz_i2c_probe() to the function
.init.text:sn12m0pz_init_client()
The function sn12m0pz_i2c_probe() references
the function __init sn12m0pz_init_client().
This is often because sn12m0pz_i2c_probe lacks a __init
annotation or the annotation of sn12m0pz_init_client is wrong.
Change-Id: Ib8092e484422f716282d8bc91c8131761afd3d44
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
1 file changed