platform/chrome: cros_ec_typec: Make configure_mux static
authorPrashant Malani <pmalani@chromium.org>
Sat, 20 Jun 2020 02:00:37 +0000 (19:00 -0700)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 22 Jun 2020 15:52:26 +0000 (17:52 +0200)
commit447b4eb6ceeb2d0d83d7f5aa248f2798f167cfda
treed00dbaa9f73b4a1579729506147b59c2e914cfe3
parent410457b99c7ea3e0cf8de1054e175ba3c2213d33
platform/chrome: cros_ec_typec: Make configure_mux static

Since cros_typec_configure_mux() is only used in cros-ec-typec,
it should be marked static.

Fixes: 7e7def15fa4b ("platform/chrome: cros_ec_typec: Add USB mux control")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Prashant Malani <pmalani@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
drivers/platform/chrome/cros_ec_typec.c