sb/intel/common/rtc.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ibcd61e44f8e165627851e2c5325985f0765634b6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68048 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
606f4f6c2d
commit
ddd43de586
|
@ -3,11 +3,12 @@
|
|||
#define __SIMPLE_DEVICE__
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <device/pci_type.h>
|
||||
#include <elog.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <security/vboot/vbnv.h>
|
||||
|
||||
#include "pmutil.h"
|
||||
#include "rtc.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue