From c287b73e29d36e980ed241578b3dd3e5f013871c Mon Sep 17 00:00:00 2001 From: Stefan Achatz Date: Wed, 26 May 2010 20:51:28 +0200 Subject: [PATCH] --- yaml --- r: 204392 b: refs/heads/master c: 22d515723ff1d92eea4d7537a3f8d7674080422b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hid/hid-roccat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 80933df57ecb..03f75dd1ddb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 597b49ec6f19b6df975e2101c42b7b1cfe168280 +refs/heads/master: 22d515723ff1d92eea4d7537a3f8d7674080422b diff --git a/trunk/drivers/hid/hid-roccat.h b/trunk/drivers/hid/hid-roccat.h index d8aae0c1fa7e..09e864e9f79d 100644 --- a/trunk/drivers/hid/hid-roccat.h +++ b/trunk/drivers/hid/hid-roccat.h @@ -15,7 +15,7 @@ #include #include -#if defined(CONFIG_HID_ROCCAT) || defined (CONFIG_HID_ROCCAT_MODULE) +#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);