diff options
author | Andrew Davis | 2023-11-17 16:38:28 -0600 |
---|---|---|
committer | Tom Rini | 2023-11-29 09:32:15 -0500 |
commit | cef52c9cb2d0d1bcef32ec700e37e99a592bd175 (patch) | |
tree | 1e83646453c50479be20feb22266bfd42fd3c627 /drivers/soc/ti | |
parent | 83ad745cb9add78f33182d02dfcb0a0a723d8907 (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.c | 1 |
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> |