commit | c3226d93f85c27170abac78dbe233c0a0ad12d35 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Fri Oct 11 18:44:21 2019 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Oct 14 12:11:57 2019 +0300 |
tree | df72e4a3e7eb2eb147cd08a8e1efb9a666540c88 | |
parent | 4ee2f342669991b733cceec53300407da555924d [diff] |
rtw88: include interrupt.h for tasklet_struct Depending on implicit header includes, we might see this compilation error: .../main.h:1391:24: error: field has incomplete type 'struct tasklet_struct' struct tasklet_struct tx_tasklet; ^ Fixes: 3745d3e550d1 ("rtw88: add driver TX queue support") Signed-off-by: Brian Norris <briannorris@chromium.org> Acked-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>