[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/x60/acpi_tables :Remove unneeded includes

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Jun 6 18:05:49 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26920


Change subject: mb/lenovo/x60/acpi_tables :Remove unneeded includes
......................................................................

mb/lenovo/x60/acpi_tables :Remove unneeded includes

Change-Id: I0e2c3acedfa69647766c8a5a7076be554f48af86
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/lenovo/x60/acpi_tables.c
1 file changed, 2 insertions(+), 11 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/26920/1

diff --git a/src/mainboard/lenovo/x60/acpi_tables.c b/src/mainboard/lenovo/x60/acpi_tables.c
index d29a6cc..f821f99 100644
--- a/src/mainboard/lenovo/x60/acpi_tables.c
+++ b/src/mainboard/lenovo/x60/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 */

-- 
To view, visit https://review.coreboot.org/26920
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e2c3acedfa69647766c8a5a7076be554f48af86
Gerrit-Change-Number: 26920
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180606/c13807db/attachment-0001.html>


More information about the coreboot-gerrit mailing list