src/northbridge: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>. When <types.h> is included, <stdint.h> and/or <stddef.h> is removed. Change-Id: Iad5367bed844b866b2ad87639eee29a16d9a99ed Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32808 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
This commit is contained in:
committed by
Patrick Georgi
parent
5fd93e0582
commit
51401c3050
@@ -23,10 +23,7 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
||||
#include <drivers/intel/gma/i915_reg.h>
|
||||
#include "chip.h"
|
||||
#include "pineview.h"
|
||||
#include <drivers/intel/gma/intel_bios.h>
|
||||
#include <drivers/intel/gma/i915.h>
|
||||
#include <drivers/intel/gma/opregion.h>
|
||||
@@ -34,6 +31,10 @@
|
||||
#include <cbmem.h>
|
||||
#include <pc80/vga.h>
|
||||
#include <pc80/vga_io.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "pineview.h"
|
||||
|
||||
#define GTTSIZE (512*1024)
|
||||
|
||||
|
Reference in New Issue
Block a user