diff options
Diffstat (limited to 'src/include/pc80/mc146818rtc.h')
-rw-r--r-- | src/include/pc80/mc146818rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pc80/mc146818rtc.h b/src/include/pc80/mc146818rtc.h index 24dac2c098..a1f06e7021 100644 --- a/src/include/pc80/mc146818rtc.h +++ b/src/include/pc80/mc146818rtc.h @@ -135,7 +135,7 @@ static inline int get_option(void *dest __attribute__((unused)), #define read_option_lowlevel(start, size, def) def #endif #else -#include <pc80/mc146818rtc_early.c> +#include <drivers/pc80/mc146818rtc_early.c> #endif #define read_option(name, default) read_option_lowlevel(CMOS_VSTART_ ##name, CMOS_VLEN_ ##name, (default)) |