From 691d719db7183dfb1d1360efed4c5e9f6899095f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:02 -0600 Subject: common: Drop init.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- cmd/pci.c | 1 + cmd/tlv_eeprom.c | 1 + 2 files changed, 2 insertions(+) (limited to 'cmd') diff --git a/cmd/pci.c b/cmd/pci.c index 0043471..b2174e2 100644 --- a/cmd/pci.c +++ b/cmd/pci.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/cmd/tlv_eeprom.c b/cmd/tlv_eeprom.c index 8b768f3..b5f293b 100644 --- a/cmd/tlv_eeprom.c +++ b/cmd/tlv_eeprom.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1