Skip to content

Commit a9ed31f

Browse files
Yue HaibingJiri Kosina
authored andcommitted
HID: amd_sfh: Remove unused declarations
Commit 4b2c53d ("SFH:Transport Driver to add support of AMD Sensor Fusion Hub (SFH)") declared but never implemented them. Signed-off-by: Yue Haibing <[email protected]> Acked-by: Basavaraj Natikar <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c61f9a8 commit a9ed31f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/hid/amd-sfh-hid/amd_sfh_hid.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ struct amdtp_hid_data {
7373
};
7474

7575
/* Interface functions between HID LL driver and AMD SFH client */
76-
void hid_amdtp_set_feature(struct hid_device *hid, char *buf, u32 len, int report_id);
77-
void hid_amdtp_get_report(struct hid_device *hid, int report_id, int report_type);
7876
int amdtp_hid_probe(u32 cur_hid_dev, struct amdtp_cl_data *cli_data);
7977
void amdtp_hid_remove(struct amdtp_cl_data *cli_data);
8078
int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type);

0 commit comments

Comments
 (0)