Update isl6422.c: Allow loading by setting attach function as GPL

The ISL6422 LNB power chip refuses to work in modern kernels due to a restriction.

Also see: https://lore.kernel.org/lkml/20230731083806.453036-6-hch@lst.de/
This commit is contained in:
Philip Jacobs
2024-10-18 15:28:23 +02:00
committed by GitHub
parent a2e856bfb2
commit fd8bc1f649

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");