thunderbolt: Set variable tmu_params storage class specifier to static
authorTom Rix <trix@redhat.com>
Sun, 2 Jul 2023 19:06:08 +0000 (15:06 -0400)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 31 Jul 2023 11:12:39 +0000 (14:12 +0300)
commit6dacc6db4628af3fdc0627dca6dd6104ec9138ed
tree3396aad1de78dbf8b9c35bcd4a5e483872a75157
parent5d0c230f1de8c7515b6567d9afba1f196fb4e2f4
thunderbolt: Set variable tmu_params storage class specifier to static

smatch reports
drivers/thunderbolt/tmu.c:30:3: warning: symbol
  'tmu_params' was not declared. Should it be static?

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

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tmu.c