diff --git a/[refs] b/[refs] index d09435a073be..aae5bb442a08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 206f5f2fcb5ff5bb0c60f9e9189937f3ca03e378 +refs/heads/master: 0e927bfc87037c1f44d6b61be12c36f6215ee5b2 diff --git a/trunk/drivers/hid/hid-roccat.h b/trunk/drivers/hid/hid-roccat.h index 40cca5b918dc..d8aae0c1fa7e 100644 --- a/trunk/drivers/hid/hid-roccat.h +++ b/trunk/drivers/hid/hid-roccat.h @@ -15,7 +15,7 @@ #include #include -#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);