mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
macintosh/mac_hid: add MODULE_DESCRIPTION()
Fix the make W=1 warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> [mpe: Change the description to just "Mouse button 2+3 emulation"] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240509-mac_hid-md-v1-1-4091f1e4e4e0@quicinc.com
This commit is contained in:
committed by
Michael Ellerman
parent
cf08b628cd
commit
50b5fed94e
@@ -16,6 +16,7 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
MODULE_DESCRIPTION("Mouse button 2+3 emulation");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
static int mouse_emulate_buttons;
|
||||
|
||||
Reference in New Issue
Block a user