diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/reg_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 3f7ddaf3da..bd9cdddf1a 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -31,7 +31,7 @@ #endif #if CONFIG_SOC_INTEL_BAYTRAIL -#include <baytrail/iosf.h> +#include <soc/iosf.h> /* TODO: wrap in <soc/reg_script.h, remove #ifdef? */ #endif #define POLL_DELAY 100 /* 100us */ |