mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02: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:
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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user