From: Jim Huang Date: Mon, 16 Aug 2021 12:19:35 +0000 (+0800) Subject: Remove never implemented MODULE_SUPPORTED_DEVICE X-Git-Tag: latest~143 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=b497b6a34e956a86540e067e4c4a5c8b86a36ffa;p=lkmpg 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 --- 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) {