mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
media: dvb-usb: add missing MODULE_DESCRIPTION() macros
With ARCH=x86, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/usb/dvb-usb/dvb-usb-dibusb-common.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
33a1ec476d
commit
4f0200f0c3
@ -14,6 +14,7 @@
|
||||
static int debug;
|
||||
module_param(debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "set debugging level (1=info (|-able))." DVB_USB_DEBUG_STATUS);
|
||||
MODULE_DESCRIPTION("Common methods for dibusb-based receivers");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#define deb_info(args...) dprintk(debug,0x01,args)
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include "dibusb.h"
|
||||
|
||||
MODULE_DESCRIPTION("Common methods for DIB3000MC");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/* 3000MC/P stuff */
|
||||
|
Loading…
Reference in New Issue
Block a user