HAOUAS Elyes has uploaded this change for review.

View Change

drivers/intel/gma/vbt: Clean up includes

Change-Id: I831b30c6e5b8c4e13b190aafd0ce22152ac64b46
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/drivers/intel/gma/vbt.c
1 file changed, 4 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/37848/1
diff --git a/src/drivers/intel/gma/vbt.c b/src/drivers/intel/gma/vbt.c
index 603044a..711a34d 100644
--- a/src/drivers/intel/gma/vbt.c
+++ b/src/drivers/intel/gma/vbt.c
@@ -12,11 +12,12 @@
* GNU General Public License for more details.
*/

-#include <device/pci_ops.h>
#include <device/device.h>
-#include <string.h>
-#include <device/pci.h>
+#include <device/pci_ops.h>
+#include <device/pci_def.h>
+#include <device/pci_rom.h>
#include <drivers/intel/gma/opregion.h>
+#include <string.h>

#include "i915.h"
#include "intel_bios.h"

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

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