aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2020-05-28 17:50:45 +0300
committerArnd Bergmann <[email protected]>2020-05-28 16:56:33 +0200
commit1c8ceb16bcb924c8bceb638b2d6cde4c104a8114 (patch)
tree4073ff53da388cf3422686ca6b67dc65ba130f7e
parent2313fca7b44df96d262c0b38af3c57690b65a4e6 (diff)
bus: bt1-apb: Include linux/io.h
It must be included since we are using readl() method here. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Serge Semin <[email protected]> Cc: Alexey Malahov <[email protected]> Cc: Olof Johansson <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--drivers/bus/bt1-apb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/bt1-apb.c b/drivers/bus/bt1-apb.c
index abccd1dfc544..839f1add2236 100644
--- a/drivers/bus/bt1-apb.c
+++ b/drivers/bus/bt1-apb.c
@@ -15,6 +15,7 @@
#include <linux/atomic.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
+#include <linux/io.h>
#include <linux/nmi.h>
#include <linux/of.h>
#include <linux/regmap.h>