aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat.c
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2011-02-03 10:14:43 -0500
committerJiri Kosina <jkosina@suse.cz>2011-02-03 10:37:28 -0500
commit5dc0c9835fb96c75c8dbf657393764bd0abbac04 (patch)
tree3e788cd680c8dbc9e6a0bfb7ddfa946fa71d69bf /drivers/hid/hid-roccat.c
parente6fa47af5542df3383a78d7cc78f5d5ef63c0d42 (diff)
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 @@
26#include <linux/cdev.h> 26#include <linux/cdev.h>
27#include <linux/poll.h> 27#include <linux/poll.h>
28#include <linux/sched.h> 28#include <linux/sched.h>
29#include <linux/roccat.h> 29#include <linux/hid-roccat.h>
30 30
31#define ROCCAT_FIRST_MINOR 0 31#define ROCCAT_FIRST_MINOR 0
32#define ROCCAT_MAX_DEVICES 8 32#define ROCCAT_MAX_DEVICES 8