usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 function
authorTom Rix <trix@redhat.com>
Sun, 19 Mar 2023 14:10:53 +0000 (10:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Mar 2023 16:34:46 +0000 (17:34 +0100)
commit2271b2727aeca2e09d07f63bc61dc9757c3a5a3c
tree3c7555b65cd0fdb39cd307963cb125b5ffd5bbc7
parenta88b3c9eef83b605ef7016471a56db9129ae2529
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 <trix@redhat.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20230319141053.1703937-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpci_mt6360.c