Skip to content

Commit 1c8ceb1

Browse files
fancerarndb
authored andcommitted
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]>
1 parent 2313fca commit 1c8ceb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bus/bt1-apb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <linux/atomic.h>
1616
#include <linux/platform_device.h>
1717
#include <linux/interrupt.h>
18+
#include <linux/io.h>
1819
#include <linux/nmi.h>
1920
#include <linux/of.h>
2021
#include <linux/regmap.h>

0 commit comments

Comments
 (0)