diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-03-26 21:04:18 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2015-03-31 23:03:10 +0200 |
commit | 67514a7a5f9b612fc87991fd9b617048763a04b8 (patch) | |
tree | a0acefae1a27ca7e296e933ba28e0ebfeb0fbf89 /src/mainboard/google/falco/gma.c | |
parent | f786652af1c315fbe27221217aab0e845851acb5 (diff) | |
download | coreboot-67514a7a5f9b612fc87991fd9b617048763a04b8.tar.xz |
cbfs: remove cbfs_core.h includes
Some of the files which include cbfs_core.h don't even need
the header definition while others just need the cbfs API
which can be obtained from cbfs.h.
Change-Id: I34f3b7c67f64380dcf957e662ffca2baefc31a90
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/9126
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/google/falco/gma.c')
-rw-r--r-- | src/mainboard/google/falco/gma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/falco/gma.c b/src/mainboard/google/falco/gma.c index 6e3afdbf34..018075cceb 100644 --- a/src/mainboard/google/falco/gma.c +++ b/src/mainboard/google/falco/gma.c @@ -34,7 +34,6 @@ #include <smbios.h> #include <device/pci.h> #include <ec/google/chromeec/ec.h> -#include <cbfs_core.h> #include <cpu/x86/tsc.h> #include <cpu/x86/cache.h> |