usb: typec: tcpm: Remove unused functions
authorGuenter Roeck <linux@roeck-us.net>
Tue, 12 Feb 2019 15:58:17 +0000 (07:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Feb 2019 18:40:20 +0000 (19:40 +0100)
commitc17c7cf147ac56312156eaaaf8b2e19c9a59a71a
tree8c81a1b5a64477463b4c22397e2282085e167cf5
parentd2fce701751f288bbcb9e64b2ee0535204329334
usb: typec: tcpm: Remove unused functions

tcpm_update_source_capabilities() and tcpm_update_sink_capabilities()
are not used anywhere, and I don't recall why I introduced those functions
in the first place. Effectively that means that we don't know if they even
work, or ever did. Lets remove them.

Reported-by: Kyle Tso <kyletso@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Kyle Tso <kyletso@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpm.c
include/linux/usb/tcpm.h