HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41255 )
Change subject: src/include/gpio.h: Drop 'include <soc/gpio.h>' ......................................................................
src/include/gpio.h: Drop 'include <soc/gpio.h>'
include <soc/gpio.h> in 'src/include/gpio.h' does not make sense.
Change-Id: I38deed0981032ff3aacc71e2b1afb8fac7dbf62a Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/gpio.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/41255/1
diff --git a/src/include/gpio.h b/src/include/gpio.h index 57360f9..f4e1161 100644 --- a/src/include/gpio.h +++ b/src/include/gpio.h @@ -3,7 +3,6 @@ #ifndef __SRC_INCLUDE_GPIO_H__ #define __SRC_INCLUDE_GPIO_H__
-#include <soc/gpio.h> #include <types.h>
/* <soc/gpio.h> must typedef a gpio_t that fits in 32 bits. */