mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 08:10:48 +08:00
Remove never implemented MODULE_SUPPORTED_DEVICE
MODULE_SUPPORTED_DEVICE is remove from upstream since March 17, 2021. See linux.git commit 6417f03 Reported by Niklas Lantau <niklaslantau@gmail.com> Close #61
This commit is contained in:
parent
c8238430b2
commit
b497b6a34e
|
@ -8,7 +8,6 @@
|
|||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("LKMPG");
|
||||
MODULE_DESCRIPTION("A sample driver");
|
||||
MODULE_SUPPORTED_DEVICE("testdevice");
|
||||
|
||||
static int __init init_hello_4(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user