[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211023052538.GA5141@matrix-ESPRIMO-P710>
Date: Sat, 23 Oct 2021 07:25:38 +0200
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: corbet@....net, linux-doc@...r.kernel.org
Subject: [PATCH] usb: usb-skeleton: Add hint to find __init and __exit
Comment to find __init and __exit.
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@...il.com>
---
drivers/usb/usb-skeleton.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c
index 2dc58766273a..80338a50dcde 100644
--- a/drivers/usb/usb-skeleton.c
+++ b/drivers/usb/usb-skeleton.c
@@ -641,6 +641,7 @@ static struct usb_driver skel_driver = {
.supports_autosuspend = 1,
};
+/* __init and __exit */
module_usb_driver(skel_driver);
MODULE_LICENSE("GPL v2");
--
2.25.1
Powered by blists - more mailing lists