diff options
| author | Tom Rix <[email protected]> | 2023-03-19 10:10:53 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-03-23 17:34:46 +0100 |
| commit | 2271b2727aeca2e09d07f63bc61dc9757c3a5a3c (patch) | |
| tree | 3c7555b65cd0fdb39cd307963cb125b5ffd5bbc7 /tools/perf/scripts/python | |
| parent | a88b3c9eef83b605ef7016471a56db9129ae2529 (diff) | |
usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 function
clang with W=1 reports
drivers/usb/typec/tcpm/tcpci_mt6360.c:46:19: error: unused function
'mt6360_tcpc_read16' [-Werror,-Wunused-function]
static inline int mt6360_tcpc_read16(struct regmap *regmap,
^
This function is not used, so remove it.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions