Merge pull request #361 from pjacobs-eu/latest

Update isl6422.c: Allow loading by setting attach function as GPL
This commit is contained in:
CrazyCat
2024-10-18 23:24:19 +03:00
committed by GitHub

View File

@@ -310,7 +310,7 @@ exit:
fe->sec_priv = NULL;
return NULL;
}
EXPORT_SYMBOL(isl6422_attach);
EXPORT_SYMBOL_GPL(isl6422_attach);
MODULE_DESCRIPTION("ISL6422 SEC");
MODULE_AUTHOR("Luis Alves");