Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26915
Change subject: mb/lenovo/t60/acpi_tables :Remove unneeded includes ......................................................................
mb/lenovo/t60/acpi_tables :Remove unneeded includes
Change-Id: Iee4809f3094d639be4e227f02cb6296064c44d31 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/lenovo/t60/acpi_tables.c 1 file changed, 2 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/26915/1
diff --git a/src/mainboard/lenovo/t60/acpi_tables.c b/src/mainboard/lenovo/t60/acpi_tables.c index d29a6cc..f821f99 100644 --- a/src/mainboard/lenovo/t60/acpi_tables.c +++ b/src/mainboard/lenovo/t60/acpi_tables.c @@ -14,18 +14,9 @@ * GNU General Public License for more details. */
-#include <string.h> -#include <console/console.h> -#include <arch/io.h> -#include <arch/ioapic.h> -#include <arch/acpi.h> -#include <arch/acpigen.h> -#include <arch/smp/mpspec.h> -#include <device/device.h> -#include <device/pci.h> -#include <device/pci_ids.h> +#include <types.h> +#include <southbridge/intel/i82801gx/nvs.h>
-#include "southbridge/intel/i82801gx/nvs.h" void acpi_create_gnvs(global_nvs_t *gnvs) { /* Enable both COM ports */