aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hidraw.c')
-rw-r--r--drivers/hid/hidraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c
index af3edb98df43..1c23813995aa 100644
--- a/drivers/hid/hidraw.c
+++ b/drivers/hid/hidraw.c
@@ -403,7 +403,7 @@ out:
403 return result; 403 return result;
404} 404}
405 405
406void __exit hidraw_exit(void) 406void hidraw_exit(void)
407{ 407{
408 dev_t dev_id = MKDEV(hidraw_major, 0); 408 dev_t dev_id = MKDEV(hidraw_major, 0);
409 409