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

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


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


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

mb/lenovo/x201/acpi_tables :Remove unneeded includes

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/26917/1

diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c
index d817d19..b1f3b40 100644
--- a/src/mainboard/lenovo/x201/acpi_tables.c
+++ b/src/mainboard/lenovo/x201/acpi_tables.c
@@ -15,17 +15,8 @@
  * 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 "southbridge/intel/ibexpeak/nvs.h"
+#include <types.h>
+#include <southbridge/intel/ibexpeak/nvs.h>
 
 void acpi_create_gnvs(global_nvs_t * gnvs)
 {

-- 
To view, visit https://review.coreboot.org/26917
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: Ib9f45e0a9052ec87cf1b23bc6f8f312048e38503
Gerrit-Change-Number: 26917
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/4b86e34f/attachment-0001.html>


More information about the coreboot-gerrit mailing list