]> Git Repo - linux.git/commitdiff
bus: bt1-apb: Include linux/io.h
authorSerge Semin <[email protected]>
Thu, 28 May 2020 14:50:45 +0000 (17:50 +0300)
committerArnd Bergmann <[email protected]>
Thu, 28 May 2020 14:56:33 +0000 (16:56 +0200)
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]>
drivers/bus/bt1-apb.c

index abccd1dfc544b5b57ca918e91106838c9754bed9..839f1add2236a59633bb66dbece68005dc82973e 100644 (file)
@@ -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>
This page took 0.055003 seconds and 4 git commands to generate.