Skip to content

Commit

Permalink
HID: roccat: fix build failure if built as module
Browse files Browse the repository at this point in the history
Fix build failure when roccat and roccat-kone are built as modules.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed May 25, 2010
1 parent 206f5f2 commit 0e927bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-roccat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0e927bf

Please sign in to comment.