aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/hid-roccat.c
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2011-02-03 16:14:43 +0100
committerJiri Kosina <jkosina@suse.cz>2011-02-03 16:37:28 +0100
commit5dc0c9835fb96c75c8dbf657393764bd0abbac04 (patch)
tree3e788cd680c8dbc9e6a0bfb7ddfa946fa71d69bf /drivers/hid/hid-roccat.c
parentHID: roccat: Fix bug that prevented roccat chardev from removing devices (diff)
downloadwireguard-linux-5dc0c9835fb96c75c8dbf657393764bd0abbac04.tar.xz
wireguard-linux-5dc0c9835fb96c75c8dbf657393764bd0abbac04.zip
HID: roccat: Rename header roccat.h -> hid-roccat.h
It was desired that the header roccat.h should be named hid-roccat.h Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-roccat.c')
-rw-r--r--drivers/hid/hid-roccat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat.c b/drivers/hid/hid-roccat.c
index bbe294c0dd9b..5666e7587b18 100644
--- a/drivers/hid/hid-roccat.c
+++ b/drivers/hid/hid-roccat.c
@@ -26,7 +26,7 @@
#include <linux/cdev.h>
#include <linux/poll.h>
#include <linux/sched.h>
-#include <linux/roccat.h>
+#include <linux/hid-roccat.h>
#define ROCCAT_FIRST_MINOR 0
#define ROCCAT_MAX_DEVICES 8