summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/hid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index c4cf9cea4377..4dec31e8eadb 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -860,12 +860,6 @@ extern struct hid_ll_driver hidp_hid_driver;
extern struct hid_ll_driver uhid_hid_driver;
extern struct hid_ll_driver usb_hid_driver;
-static inline bool hid_is_using_ll_driver(struct hid_device *hdev,
- struct hid_ll_driver *driver)
-{
- return hdev->ll_driver == driver;
-}
-
extern bool hid_is_usb(const struct hid_device *hdev);
#define PM_HINT_FULLON 1<<5