usb: typec: qcom: set pm8150b_typec_res storage-class-specifier to static
authorTom Rix <trix@redhat.com>
Mon, 15 May 2023 11:40:43 +0000 (07:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2023 14:17:21 +0000 (15:17 +0100)
commitc722576b2454c44934e27bd73fdf828e720fb237
treeaebb34f2e1cc40d0377e84a3d79f74f12a147c8d
parent06042d7b32a71c6a423948f8c7fd4bd13572bdf3
usb: typec: qcom: set pm8150b_typec_res storage-class-specifier to static

smatch reports
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c:323:29: warning: symbol
  'pm8150b_typec_res' was not declared. Should it be static?

This variable is only used in its defining file, so it should be static

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20230515114043.3452010-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c