diff options
Diffstat (limited to 'src/device/oprom')
-rw-r--r-- | src/device/oprom/yabel/device.h | 2 | ||||
-rw-r--r-- | src/device/oprom/yabel/vbe.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/device/oprom/yabel/device.h b/src/device/oprom/yabel/device.h index 63f1d8e50e..5259125f74 100644 --- a/src/device/oprom/yabel/device.h +++ b/src/device/oprom/yabel/device.h @@ -15,7 +15,7 @@ #define DEVICE_LIB_H #include <types.h> -#include <arch/byteorder.h> +#include <endian.h> #include "compat/of.h" #include "debug.h" diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c index 6354afe92e..ab92c0ad26 100644 --- a/src/device/oprom/yabel/vbe.c +++ b/src/device/oprom/yabel/vbe.c @@ -17,7 +17,7 @@ #include <boot/coreboot_tables.h> #endif -#include <arch/byteorder.h> +#include <endian.h> #include "debug.h" |