mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
board: lego: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Acked-by: David Lechner <david@lechnology.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1520c1ee62
commit
9e4573f016
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
* Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <env.h>
|
||||
#include <i2c.h>
|
||||
#include <init.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue