mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 05:21:16 +02:00
global: Drop common.h inclusion
In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#ifndef _DDR_ML_WRAPPER_H
|
||||
#define _DDR_ML_WRAPPER_H
|
||||
|
||||
#include <common.h>
|
||||
#include <i2c.h>
|
||||
#include <spl.h>
|
||||
#include <asm/io.h>
|
||||
|
Reference in New Issue
Block a user