From 634e73dbb861268bd122cc29b02b1a56df450dd6 Mon Sep 17 00:00:00 2001 From: smh Date: Thu, 28 Jan 2016 12:11:42 +0000 Subject: MFC r281169, r293724, r293796, r294029, r294041, r294058 MFC r281169 (by andrew): Make global variabled only used in this file static MFC r294058: Make common boot file_loadraw name parameter const MFC r294041: Remove unused reg param from fdt_fixup_memory MFC r293724: Enable warnings in EFI boot code MFC r293796: Fix typo in libefi.c MFC r294029: Only build EFI components on supported compilers Sponsored by: Multiplay --- sys/boot/efi/loader/arch/amd64/framebuffer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot/efi/loader/arch/amd64/framebuffer.c') diff --git a/sys/boot/efi/loader/arch/amd64/framebuffer.c b/sys/boot/efi/loader/arch/amd64/framebuffer.c index 90bf992..2adb8b5 100644 --- a/sys/boot/efi/loader/arch/amd64/framebuffer.c +++ b/sys/boot/efi/loader/arch/amd64/framebuffer.c @@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include "framebuffer.h" + static EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; int -- cgit v1.1