mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 20:30:58 +02:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user