提交 066bba2d 编写于 作者: M Mike Isely 提交者: Mauro Carvalho Chehab

V4L/DVB (6772): pvrusb2: Remove obsolete (and misleading) comment

Signed-off-by: NMike Isely <isely@pobox.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 577e4023
...@@ -149,11 +149,6 @@ static void __exit pvr_exit(void) ...@@ -149,11 +149,6 @@ static void __exit pvr_exit(void)
module_init(pvr_init); module_init(pvr_init);
module_exit(pvr_exit); module_exit(pvr_exit);
/* Mike Isely <mcisely@pobox.com> 11-Mar-2006: See pvrusb2-hdw.c for
MODULE_DEVICE_TABLE(). We have to declare that attribute there
because that's where the device table actually is now and it seems
that certain gcc configurations get angry if MODULE_DEVICE_TABLE()
is used on what ends up being an external symbol. */
MODULE_AUTHOR(DRIVER_AUTHOR); MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC); MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册