summaryrefslogtreecommitdiffstats
path: root/src/mainboard/nec
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-08-02 11:52:22 +0300
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2012-08-08 11:42:07 +0200
commitcf8e4660846eb414d38dc4bb380006806430e902 (patch)
tree6b32f13304e2c233a24c38cad99227e88e27cde2 /src/mainboard/nec
parenta675d494082e689a0766ee98948779da13ea2d07 (diff)
downloadcoreboot-cf8e4660846eb414d38dc4bb380006806430e902.tar.gz
coreboot-cf8e4660846eb414d38dc4bb380006806430e902.tar.bz2
coreboot-cf8e4660846eb414d38dc4bb380006806430e902.zip
Cleanup coreboot memory table includes
The includes removed here were previously required for struct lb_memory and lb_add_memory_range(). Change-Id: Ie6c0d4ef55c2225aa709cf3fbad30ff1080e3610 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1391 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/nec')
-rw-r--r--src/mainboard/nec/powermate2000/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/nec/powermate2000/mainboard.c b/src/mainboard/nec/powermate2000/mainboard.c
index 40390af735ac..1536b70ca45c 100644
--- a/src/mainboard/nec/powermate2000/mainboard.c
+++ b/src/mainboard/nec/powermate2000/mainboard.c
@@ -19,7 +19,6 @@
*/
#include <device/device.h>
-#include <boot/tables.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("NEC PowerMate 2000 Mainboard")