mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: vendorcode/google/chromeos: remove unnecessary includes in elog.c
The elog.c file had stale includes no longer needed. Remove them. BUG=chrome-os-partner:55932 BRANCH=None TEST=None Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16085 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Change-Id: I891a57d08281c3c56e9d35489d6dea6c47eaa27b Reviewed-on: https://chromium-review.googlesource.com/368279 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
7a8e29edc5
commit
3fc6300806
1 changed files with 0 additions and 4 deletions
|
@ -14,13 +14,9 @@
|
|||
*/
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <elog.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
#include <vboot/vbnv.h>
|
||||
#include <vboot/vboot_common.h>
|
||||
#include <vboot_struct.h>
|
||||
|
||||
static void elog_add_boot_reason(void *unused)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue