diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2020-07-02 11:07:50 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-07-02 14:50:11 +0300 |
commit | ef7e12078ab832c72315adcfa05e7a9498a5e109 (patch) | |
tree | d5247110db47723518e00ac5a69c836d4f66ad59 /virt | |
parent | 1cb36293833766e048cba2026dd860687a2851d9 (diff) | |
download | linux-ef7e12078ab832c72315adcfa05e7a9498a5e109.tar.xz |
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>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions