common: Drop log.h from common header
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <bootcount.h>
|
||||
#include <log.h>
|
||||
|
||||
int dm_bootcount_get(struct udevice *dev, u32 *bootcount)
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <bootcount.h>
|
||||
#include <dm.h>
|
||||
#include <i2c_eeprom.h>
|
||||
#include <log.h>
|
||||
|
||||
static const u8 bootcount_magic = 0xbc;
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include <common.h>
|
||||
#include <bootcount.h>
|
||||
#include <dm.h>
|
||||
#include <log.h>
|
||||
#include <rtc.h>
|
||||
|
||||
static const u8 bootcount_magic = 0xbc;
|
||||
|
||||
Reference in New Issue
Block a user