Skip to content

Commit b497b6a

Browse files
committed
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 <[email protected]> Close #61
1 parent c823843 commit b497b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/hello-4.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
MODULE_LICENSE("GPL");
99
MODULE_AUTHOR("LKMPG");
1010
MODULE_DESCRIPTION("A sample driver");
11-
MODULE_SUPPORTED_DEVICE("testdevice");
1211

1312
static int __init init_hello_4(void)
1413
{

0 commit comments

Comments
 (0)