aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/ti
diff options
context:
space:
mode:
authorAndrew Davis2023-11-17 16:38:28 -0600
committerTom Rini2023-11-29 09:32:15 -0500
commitcef52c9cb2d0d1bcef32ec700e37e99a592bd175 (patch)
tree1e83646453c50479be20feb22266bfd42fd3c627 /drivers/soc/ti
parent83ad745cb9add78f33182d02dfcb0a0a723d8907 (diff)
configs: keystone2: Do not include hardware.h
This is a hacky way to have this file included in all source files that include common.h, instead just include from the files that need it. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'drivers/soc/ti')
-rw-r--r--drivers/soc/ti/keystone_serdes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/keystone_serdes.c b/drivers/soc/ti/keystone_serdes.c
index 2ece1a8f647..0e1bf8ff39d 100644
--- a/drivers/soc/ti/keystone_serdes.c
+++ b/drivers/soc/ti/keystone_serdes.c
@@ -8,6 +8,7 @@
#include <errno.h>
#include <common.h>
+#include <asm/io.h>
#include <asm/ti-common/keystone_serdes.h>
#include <linux/bitops.h>