Skip to content

Commit c61f9a8

Browse files
Yue HaibingJiri Kosina
authored andcommitted
HID: intel-ish-hid: Remove unused declarations
Commit 3703f53 ("HID: intel_ish-hid: ISH Transport layer") declared ishtp_remove_all_clients()/ishtp_can_client_connect() but never implemented them. Signed-off-by: Yue Haibing <[email protected]> Acked-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1b8f9c1 commit c61f9a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/hid/intel-ish-hid/ishtp/bus.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ struct ishtp_cl_device {
4646
};
4747

4848
int ishtp_bus_new_client(struct ishtp_device *dev);
49-
void ishtp_remove_all_clients(struct ishtp_device *dev);
5049
int ishtp_cl_device_bind(struct ishtp_cl *cl);
5150
void ishtp_cl_bus_rx_event(struct ishtp_cl_device *device);
5251

drivers/hid/intel-ish-hid/ishtp/client.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ struct ishtp_cl {
109109
};
110110

111111
/* Client connection managenment internal functions */
112-
int ishtp_can_client_connect(struct ishtp_device *ishtp_dev, guid_t *uuid);
113112
int ishtp_fw_cl_by_id(struct ishtp_device *dev, uint8_t client_id);
114113
void ishtp_cl_send_msg(struct ishtp_device *dev, struct ishtp_cl *cl);
115114
void recv_ishtp_cl_msg(struct ishtp_device *dev,

0 commit comments

Comments
 (0)