Skip to content
Commit 56075f60 authored by Daniel Axtens's avatar Daniel Axtens Committed by Jiri Kosina
Browse files

HID: holtekff: move MODULE_* parameters out of #ifdef block



If you compile with:
CONFIG_HID_HOLTEK=m
CONFIG_HOLTEK_FF is not set

You get the following warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/hid/hid-holtekff.o
see include/linux/module.h for more information

Fix this by moving the module info out of the #ifdef CONFIG_HOLTEK_FF
block and into the un-guarded part of the file.

Signed-off-by: default avatarDaniel Axtens <dja@axtens.net>
Acked-by: default avatarAnssi Hannula <anssi.hannula@iki.fi>
Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 542134c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment