aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 7e1f37db7582..abce7eb4f258 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -721,6 +721,7 @@ struct hid_ll_driver {
721 721
722extern int hid_debug; 722extern int hid_debug;
723 723
724extern bool hid_ignore(struct hid_device *);
724extern int hid_add_device(struct hid_device *); 725extern int hid_add_device(struct hid_device *);
725extern void hid_destroy_device(struct hid_device *); 726extern void hid_destroy_device(struct hid_device *);
726 727