Rename hid_pidff_init

This commit is contained in:
Oleg
2024-07-16 12:30:29 +03:00
parent d132ca633f
commit 3db0eef19a
3 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@
#define PIDFF_QUIRK_NO_DELAY_EFFECT BIT(2)
int hid_pidff_init(struct hid_device *hid, const struct hid_device_id *id);
int hid_pidff_init_quirks(struct hid_device *hid, const struct hid_device_id *id);
#endif