From e0c974185c32a89206cb3037f9a9f35aa0dd82d7 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 18 Jan 2013 15:14:03 -0800 Subject: libpayload: Remove unnecessary include of arch/msr.h The functions defined in that header aren't used anywhere in the actual code, and that include breaks things on ARM. Built for ARM with COREBOOT_VIDEO_CONSOLE turned on and saw compiler errors go away. Change-Id: I56d6fe5e00c8fccda6e31ef8752326bd36398e74 Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/2656 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- payloads/libpayload/drivers/video/corebootfb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/payloads/libpayload/drivers/video/corebootfb.c b/payloads/libpayload/drivers/video/corebootfb.c index 5672d1f375..faf9e2c0f8 100644 --- a/payloads/libpayload/drivers/video/corebootfb.c +++ b/payloads/libpayload/drivers/video/corebootfb.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "font8x16.h" struct video_console coreboot_video_console; -- cgit v1.2.3