nb/intel/stage_cache.c: Drop unnecessary includes
Change-Id: If6224c28012241e4925e05e14f0499857054f178 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31714 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
18d6b0c926
commit
e183429bd2
|
@ -13,11 +13,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <device/pci.h>
|
||||
#include <stdint.h>
|
||||
#include <stage_cache.h>
|
||||
#include <cpu/intel/smm/gen1/smi.h>
|
||||
#include "gm45.h"
|
||||
|
||||
void stage_cache_external_region(void **base, size_t *size)
|
||||
{
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <device/pci.h>
|
||||
#include <stdint.h>
|
||||
#include <stage_cache.h>
|
||||
#include <cpu/intel/smm/gen1/smi.h>
|
||||
#include "i945.h"
|
||||
|
||||
void stage_cache_external_region(void **base, size_t *size)
|
||||
{
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <device/pci.h>
|
||||
#include <stdint.h>
|
||||
#include <stage_cache.h>
|
||||
#include <cpu/intel/smm/gen1/smi.h>
|
||||
#include "pineview.h"
|
||||
|
||||
void stage_cache_external_region(void **base, size_t *size)
|
||||
{
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <cbmem.h>
|
||||
#include <device/pci.h>
|
||||
#include <stdint.h>
|
||||
#include <stage_cache.h>
|
||||
#include <cpu/intel/smm/gen1/smi.h>
|
||||
#include "x4x.h"
|
||||
|
||||
void stage_cache_external_region(void **base, size_t *size)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue