thunderbolt: switch: Fix function name in the header
authorLee Jones <lee.jones@linaro.org>
Wed, 27 Jan 2021 11:25:54 +0000 (11:25 +0000)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 28 Jan 2021 10:57:06 +0000 (13:57 +0300)
commit2c2a2327bdb509c96737258ca6c91f176acc837d
tree8bc7d74fa029eaa91f80ddc1bffe7938412f483f
parenta27ea0dfc1cdac5f1e5e1cb45cc1d92b476adb75
thunderbolt: switch: Fix function name in the header

Fixes the following W=1 kernel build warning(s):

 drivers/thunderbolt/switch.c:1322: warning: expecting prototype for reset_switch(). Prototype was for tb_switch_reset() instead

Cc: Andreas Noever <andreas.noever@gmail.com>
Cc: Michael Jamet <michael.jamet@intel.com>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/switch.c