Skip to content
Snippets Groups Projects
Commit 0e927bfc authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: roccat: fix build failure if built as module


Fix build failure when roccat and roccat-kone are built as modules.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 206f5f2f
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
#include <linux/hid.h>
#include <linux/types.h>
#ifdef CONFIG_HID_ROCCAT
#if defined(CONFIG_HID_ROCCAT) || defined (CONFIG_HID_ROCCAT_MODULE)
int roccat_connect(struct hid_device *hid);
void roccat_disconnect(int minor);
int roccat_report_event(int minor, u8 const *data, int len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment