aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2023-03-19 09:37:32 -0400
committerGreg Kroah-Hartman <[email protected]>2023-03-23 17:34:57 +0100
commit766eae980611f5377ee54518f58da11b4d866f59 (patch)
tree0b83525e6687792ae4a1df26432354c85943427d /tools/perf/scripts/python
parent2271b2727aeca2e09d07f63bc61dc9757c3a5a3c (diff)
usb: typec: tipd: remove unused tps6598x_write16,32 functions
clang with W=1 reports drivers/usb/typec/tipd/core.c:180:19: error: unused function 'tps6598x_write16' [-Werror,-Wunused-function] static inline int tps6598x_write16(struct tps6598x *tps, u8 reg, u16 val) ^ drivers/usb/typec/tipd/core.c:185:19: error: unused function 'tps6598x_write32' [-Werror,-Wunused-function] static inline int tps6598x_write32(struct tps6598x *tps, u8 reg, u32 val) ^ These static functions are not used, so remove them. Signed-off-by: Tom Rix <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Reviewed-by: Jun Nie <[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