diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-19 08:25:22 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-20 16:11:44 +0000 |
commit | 18d8fe27b202ade0ad66194e84efed248b674bd7 (patch) | |
tree | 7fd58d9aeeca7dd83ba01f7d14ae816f7ac44866 /src/soc/intel/cannonlake | |
parent | 6ea58346c6ab69d28e7c12e042e10dc6cbba5f90 (diff) |
soc/intel/*/include/soc/gpio.h: Add "IWYU pragma: export" comment
Change-Id: If44a07503470f57037b59d03eea830703a3c604a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72100
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r-- | src/soc/intel/cannonlake/include/soc/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/gpio.h b/src/soc/intel/cannonlake/include/soc/gpio.h index f204ca2510..7072b1dea1 100644 --- a/src/soc/intel/cannonlake/include/soc/gpio.h +++ b/src/soc/intel/cannonlake/include/soc/gpio.h @@ -10,7 +10,7 @@ #include <soc/gpio_defs.h> #define CROS_GPIO_DEVICE_NAME "INT34BB:00" #endif -#include <intelblocks/gpio.h> +#include <intelblocks/gpio.h> /* IWYU pragma: export */ /* Enable GPIO community power management configuration */ #define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPSIDEDPCGEN | \ |