diff options
Diffstat (limited to 'drivers/video/efi.c')
-rw-r--r-- | drivers/video/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/efi.c b/drivers/video/efi.c index 5f9031f2ec5..d60b6e27569 100644 --- a/drivers/video/efi.c +++ b/drivers/video/efi.c @@ -9,7 +9,7 @@ #include <dm.h> #include <efi_api.h> #include <log.h> -#include <vbe.h> +#include <vesa.h> #include <video.h> struct pixel { |