diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/genoa_poc/gpio.c | 2 | ||||
-rw-r--r-- | src/soc/amd/genoa_poc/uart.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/genoa_poc/gpio.c b/src/soc/amd/genoa_poc/gpio.c index 52cf272285..c38719bf3f 100644 --- a/src/soc/amd/genoa_poc/gpio.c +++ b/src/soc/amd/genoa_poc/gpio.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <amdblocks/gpio.h> -#include <soc/gpio.h> +#include <gpio.h> #include <types.h> /* see the IOMUX function table for the mapping from GPIO number to GEVENT number */ diff --git a/src/soc/amd/genoa_poc/uart.c b/src/soc/amd/genoa_poc/uart.c index df8c54f700..19f7746bc8 100644 --- a/src/soc/amd/genoa_poc/uart.c +++ b/src/soc/amd/genoa_poc/uart.c @@ -5,7 +5,7 @@ #include <amdblocks/uart.h> #include <commonlib/helpers.h> #include <soc/aoac_defs.h> -#include <soc/gpio.h> +#include <gpio.h> #include <soc/iomap.h> #include <soc/southbridge.h> #include <soc/uart.h> |