提交 0e927bfc 编写于 作者: J Jiri Kosina

HID: roccat: fix build failure if built as module

Fix build failure when roccat and roccat-kone are built as modules.
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 206f5f2f
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册