]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
rtw88: include interrupt.h for tasklet_struct
authorBrian Norris <briannorris@chromium.org>
Sat, 12 Oct 2019 01:44:21 +0000 (18:44 -0700)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 20 Mar 2020 21:31:25 +0000 (16:31 -0500)
commit8e8b80c7751a35c2b18d9e30f41c36e4dc3ef282
tree089e2f59bc06309b3a507960d340b7196f611ebf
parent28270f9de75f504cdd6e77c34d71992bc7f96e01
rtw88: include interrupt.h for tasklet_struct

BugLink: https://bugs.launchpad.net/bugs/1780590
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>
(cherry picked from commit c3226d93f85c27170abac78dbe233c0a0ad12d35)
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/net/wireless/realtek/rtw88/main.h