src: Get rid of duplicated includes
Change-Id: I252a1cd77bf647477edb7dddadb7e527de872439 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29582 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
be11d9369b
commit
ead574ed02
@@ -31,11 +31,9 @@
|
||||
#include <delay.h>
|
||||
#include <elog.h>
|
||||
|
||||
#ifdef __SMM__
|
||||
#include <arch/io.h>
|
||||
#else
|
||||
# include <device/device.h>
|
||||
# include <device/pci.h>
|
||||
#ifndef __SMM__
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#endif
|
||||
|
||||
#include "me.h"
|
||||
|
@@ -34,7 +34,6 @@
|
||||
*/
|
||||
#include <northbridge/intel/nehalem/nehalem.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <arch/io.h>
|
||||
|
||||
/* While we read PMBASE dynamically in case it changed, let's
|
||||
* initialize it with a sane value
|
||||
|
Reference in New Issue
Block a user