diff options
Diffstat (limited to 'src/soc/intel/icelake/sd.c')
-rw-r--r-- | src/soc/intel/icelake/sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/sd.c b/src/soc/intel/icelake/sd.c index 19c3bca459..4d84bb43ff 100644 --- a/src/soc/intel/icelake/sd.c +++ b/src/soc/intel/icelake/sd.c @@ -14,7 +14,7 @@ */ #include <intelblocks/sd.h> -#include "chip.h" +#include <soc/soc_chip.h> int sd_fill_soc_gpio_info(struct acpi_gpio *gpio, struct device *dev) { |