aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bh.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2022-01-13 09:54:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-25 16:19:40 +0100
commita8589360f515f6332f9c5b7da6c728641f9d5b63 (patch)
tree3aabd4604dc3b3b4d4dd08c0829d10757a67e848 /drivers/staging/wfx/bh.h
parentstaging: wfx: fix HIF API license (diff)
downloadlinux-dev-a8589360f515f6332f9c5b7da6c728641f9d5b63.tar.xz
linux-dev-a8589360f515f6332f9c5b7da6c728641f9d5b63.zip
staging: wfx: fix missing headers
Each headers files should include every types it needs to compile (ie. "gcc $CFLAGS -xc file.h" should compile) Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20220113085524.1110708-4-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/bh.h')
-rw-r--r--drivers/staging/wfx/bh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wfx/bh.h b/drivers/staging/wfx/bh.h
index 6c121ce4dd3f..a44c8b421b7c 100644
--- a/drivers/staging/wfx/bh.h
+++ b/drivers/staging/wfx/bh.h
@@ -10,6 +10,7 @@
#include <linux/atomic.h>
#include <linux/wait.h>
+#include <linux/completion.h>
#include <linux/workqueue.h>
struct wfx_dev;