1
0
Эх сурвалжийг харах

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
Jim Huang 3 жил өмнө
parent
commit
b497b6a34e
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      examples/hello-4.c

+ 0 - 1
examples/hello-4.c

@@ -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)
 {