Elyes HAOUAS has uploaded this change for review.

View Change

sb/intel/i82801gx: Remove unneeded includes

Change-Id: Ibbb80cb28833131e3b02a8ff583d53c52ef2ca0f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/southbridge/intel/i82801gx/nic.c
M src/southbridge/intel/i82801gx/smbus.c
2 files changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/26742/1
diff --git a/src/southbridge/intel/i82801gx/nic.c b/src/southbridge/intel/i82801gx/nic.c
index d525ed4..a4c9bae 100644
--- a/src/southbridge/intel/i82801gx/nic.c
+++ b/src/southbridge/intel/i82801gx/nic.c
@@ -16,7 +16,6 @@

/* This code should work for all ICH* southbridges with a NIC. */

-#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
diff --git a/src/southbridge/intel/i82801gx/smbus.c b/src/southbridge/intel/i82801gx/smbus.c
index 72f78ea..917321c 100644
--- a/src/southbridge/intel/i82801gx/smbus.c
+++ b/src/southbridge/intel/i82801gx/smbus.c
@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/

-#include <console/console.h>
#include <device/device.h>
#include <device/path.h>
#include <device/smbus.h>

To view, visit change 26742. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbb80cb28833131e3b02a8ff583d53c52ef2ca0f
Gerrit-Change-Number: 26742
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr>