diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2011-02-03 16:14:43 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-03 16:37:28 +0100 |
commit | 5dc0c9835fb96c75c8dbf657393764bd0abbac04 (patch) | |
tree | 3e788cd680c8dbc9e6a0bfb7ddfa946fa71d69bf /drivers/hid/hid-roccat-pyra.c | |
parent | e6fa47af5542df3383a78d7cc78f5d5ef63c0d42 (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-pyra.c')
-rw-r--r-- | drivers/hid/hid-roccat-pyra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-pyra.c b/drivers/hid/hid-roccat-pyra.c index 02a72433a712..160f481344f6 100644 --- a/drivers/hid/hid-roccat-pyra.c +++ b/drivers/hid/hid-roccat-pyra.c @@ -22,7 +22,7 @@ #include <linux/hid.h> #include <linux/module.h> #include <linux/slab.h> -#include <linux/roccat.h> +#include <linux/hid-roccat.h> #include "hid-ids.h" #include "hid-roccat-common.h" #include "hid-roccat-pyra.h" |