kernel/drivers/media/dvb-frontends/si21xx.c
.. .. @@ -938,7 +938,7 @@ 938 938 kfree(state); 939 939 return NULL; 940 940 } 941 -EXPORT_SYMBOL(si21xx_attach);941 +EXPORT_SYMBOL_GPL(si21xx_attach);942 942 943 943 module_param(debug, int, 0644); 944 944 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");