diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-04 10:38:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-07 18:40:27 +0000 |
commit | f90d5d8820f39b3c22a8ff48141154f3ccfda06c (patch) | |
tree | ceeab389edccc4461ab574b76f6d64bbf4cc071b /src/mainboard | |
parent | b6e949ff8eaa362617b5fdc687df3b1ef2dd528c (diff) |
mb/siemens/mc_apl1: Prefer include <soc/gpio.h> via <gpio.h>
Change-Id: If43089560a391d6a844ef1716b277e3146c66945
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82861
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/variants/baseboard/include/baseboard/variants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/baseboard/include/baseboard/variants.h b/src/mainboard/siemens/mc_apl1/variants/baseboard/include/baseboard/variants.h index 585cd69047..f635aede5c 100644 --- a/src/mainboard/siemens/mc_apl1/variants/baseboard/include/baseboard/variants.h +++ b/src/mainboard/siemens/mc_apl1/variants/baseboard/include/baseboard/variants.h @@ -3,7 +3,7 @@ #ifndef _BASEBOARD_VARIANTS_H_ #define _BASEBOARD_VARIANTS_H_ -#include <soc/gpio.h> +#include <gpio.h> /* * The next set of functions return the gpio table and fill in the number of |