bios_emulator: Correct ordering of includes
We should include common.h before other includes. This actually causes a build error on chromebook_link. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#define __io
|
||||
#include <asm/io.h>
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include "biosemui.h"
|
||||
|
||||
/*------------------------- Global Variables ------------------------------*/
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#define __io
|
||||
#include <asm/io.h>
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include "biosemui.h"
|
||||
|
||||
/*----------------------------- Implementation ----------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user