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 <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/2656
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Gabe Black 2013-01-18 15:14:03 -08:00 committed by Stefan Reinauer
parent 2c2c4fae22
commit e0c974185c
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#include <coreboot_tables.h>
#include <pci.h>
#include <video_console.h>
#include <arch/msr.h>
#include "font8x16.h"
struct video_console coreboot_video_console;