mb/lenovo/*/*: Fix non-local header treated as local
See also commit 4ad1446b
with Change-Id
I036208a111d009620d8354fa9c97688eb4e872ad ("Fix non-local header treated
as local").
Change-Id: Idea19b52198e6f46b0da6022558a46246a52f2e7
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29501
Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3de0ac3651
commit
c8ed32ed52
|
@ -26,7 +26,7 @@
|
|||
#include <superio/nsc/pc87382/pc87382.h>
|
||||
|
||||
#include <southbridge/intel/i82801ix/i82801ix.h>
|
||||
#include "ec/lenovo/h8/h8.h"
|
||||
#include <ec/lenovo/h8/h8.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
|
||||
struct pin_config {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <delay.h>
|
||||
#include "dock.h"
|
||||
#include <southbridge/intel/i82801ix/i82801ix.h>
|
||||
#include "ec/lenovo/h8/h8.h"
|
||||
#include <ec/lenovo/h8/h8.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
|
||||
#define LPC_DEV PCI_DEV(0, 0x1f, 0)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <device/pci.h>
|
||||
#include "dock.h"
|
||||
#include <southbridge/intel/ibexpeak/pch.h>
|
||||
#include "ec/lenovo/h8/h8.h"
|
||||
#include <ec/lenovo/h8/h8.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
|
||||
void h8_mainboard_init_dock (void)
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <arch/acpi.h>
|
||||
|
||||
#include "dock.h"
|
||||
#include "arch/early_variables.h"
|
||||
#include <arch/early_variables.h>
|
||||
#include <southbridge/intel/ibexpeak/pch.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <northbridge/intel/nehalem/nehalem.h>
|
||||
|
|
Loading…
Reference in New Issue