src: Remove unused 'include <pc80/mc146818rtc.h>'
Change-Id: I72d7b83ef8c7f9b5b4b4376839279eff9b0a5f8f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37484 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
85d44f4a5e
commit
f0b79daeba
|
@ -26,7 +26,6 @@
|
|||
#include <cpu/intel/turbo.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/name.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include "model_206ax.h"
|
||||
#include "chip.h"
|
||||
#include <cpu/intel/smm_reloc.h>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <southbridge/intel/common/pmutil.h>
|
||||
#include "i82801gx.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <southbridge/intel/common/pmutil.h>
|
||||
#include "i82801jx.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <cpu/x86/smm.h>
|
||||
#include <cpu/intel/em64t101_save_state.h>
|
||||
#include <halt.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <cpu/intel/model_2065x/model_2065x.h>
|
||||
#include <southbridge/intel/common/finalize.h>
|
||||
#include <southbridge/intel/common/pmbase.h>
|
||||
|
|
Loading…
Reference in New Issue