From b497b6a34e956a86540e067e4c4a5c8b86a36ffa Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Mon, 16 Aug 2021 20:19:35 +0800 Subject: [PATCH] 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 Close #61 --- examples/hello-4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello-4.c b/examples/hello-4.c index 2deb721..69c2154 100644 --- a/examples/hello-4.c +++ b/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) {