mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
11 lines
319 B
Diff
11 lines
319 B
Diff
|
--- a/src/drv_mei_cpe_linux.c
|
||
|
+++ b/src/drv_mei_cpe_linux.c
|
||
|
@@ -4530,7 +4530,6 @@ module_exit (MEI_module_exit);
|
||
|
#ifdef MODULE
|
||
|
MODULE_AUTHOR("www.lantiq.com");
|
||
|
MODULE_DESCRIPTION("MEI CPE Driver - www.lantiq.com");
|
||
|
-MODULE_SUPPORTED_DEVICE("MEI CPE Interface");
|
||
|
MODULE_LICENSE ("GPL");
|
||
|
#endif /* #ifdef MODULE*/
|
||
|
|