Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Achatz and committed by
Jiri Kosina
5dc0c983 e6fa47af

+7 -7
+1 -1
Documentation/ioctl/ioctl-number.txt
··· 133 133 'H' C0-DF net/bluetooth/hidp/hidp.h conflict! 134 134 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict! 135 135 'H' C0-DF net/bluetooth/bnep/bnep.h conflict! 136 - 'H' F1 linux/roccat.h <mailto:erazor_de@users.sourceforge.net> 136 + 'H' F1 linux/hid-roccat.h <mailto:erazor_de@users.sourceforge.net> 137 137 'I' all linux/isdn.h conflict! 138 138 'I' 00-0F drivers/isdn/divert/isdn_divert.h conflict! 139 139 'I' 40-4F linux/mISDNif.h conflict!
+1 -1
drivers/hid/hid-roccat-arvo.c
··· 21 21 #include <linux/hid.h> 22 22 #include <linux/module.h> 23 23 #include <linux/slab.h> 24 - #include <linux/roccat.h> 24 + #include <linux/hid-roccat.h> 25 25 #include "hid-ids.h" 26 26 #include "hid-roccat-common.h" 27 27 #include "hid-roccat-arvo.h"
+1 -1
drivers/hid/hid-roccat-kone.c
··· 30 30 #include <linux/hid.h> 31 31 #include <linux/module.h> 32 32 #include <linux/slab.h> 33 - #include <linux/roccat.h> 33 + #include <linux/hid-roccat.h> 34 34 #include "hid-ids.h" 35 35 #include "hid-roccat-common.h" 36 36 #include "hid-roccat-kone.h"
+1 -1
drivers/hid/hid-roccat-koneplus.c
··· 21 21 #include <linux/hid.h> 22 22 #include <linux/module.h> 23 23 #include <linux/slab.h> 24 - #include <linux/roccat.h> 24 + #include <linux/hid-roccat.h> 25 25 #include "hid-ids.h" 26 26 #include "hid-roccat-common.h" 27 27 #include "hid-roccat-koneplus.h"
+1 -1
drivers/hid/hid-roccat-kovaplus.c
··· 20 20 #include <linux/hid.h> 21 21 #include <linux/module.h> 22 22 #include <linux/slab.h> 23 - #include <linux/roccat.h> 23 + #include <linux/hid-roccat.h> 24 24 #include "hid-ids.h" 25 25 #include "hid-roccat-common.h" 26 26 #include "hid-roccat-kovaplus.h"
+1 -1
drivers/hid/hid-roccat-pyra.c
··· 22 22 #include <linux/hid.h> 23 23 #include <linux/module.h> 24 24 #include <linux/slab.h> 25 - #include <linux/roccat.h> 25 + #include <linux/hid-roccat.h> 26 26 #include "hid-ids.h" 27 27 #include "hid-roccat-common.h" 28 28 #include "hid-roccat-pyra.h"
+1 -1
drivers/hid/hid-roccat.c
··· 26 26 #include <linux/cdev.h> 27 27 #include <linux/poll.h> 28 28 #include <linux/sched.h> 29 - #include <linux/roccat.h> 29 + #include <linux/hid-roccat.h> 30 30 31 31 #define ROCCAT_FIRST_MINOR 0 32 32 #define ROCCAT_MAX_DEVICES 8
include/linux/roccat.h include/linux/hid-roccat.h