thunderbolt: Fix old style declaration warning
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Jul 2020 08:07:50 +0000 (16:07 +0800)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 2 Jul 2020 11:50:11 +0000 (14:50 +0300)
commitef7e12078ab832c72315adcfa05e7a9498a5e109
treed5247110db47723518e00ac5a69c836d4f66ad59
parent1cb36293833766e048cba2026dd860687a2851d9
thunderbolt: Fix old style declaration warning

Fix gcc build warning:

drivers/thunderbolt/quirks.c:21:1: warning:
 'static' is not at beginning of declaration [-Wold-style-declaration]
   21 | const static struct tb_quirk tb_quirks[] = {
      | ^~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/quirks.c