aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-08-23 12:20:35 +0300
committerPatrick Georgi <patrick@georgi-clan.de>2012-11-29 10:25:17 +0100
commit897aeeba4bd7ddb483e550d1d6e820186dfa4bcf (patch)
tree3b69ead2d1edafaca3304cdbc9ad7864211ac318 /src/mainboard/hp
parente773c92ef44be12108c61ce342b0d48ad6c6ddd6 (diff)
Drop empty mainboard_ops
Change-Id: I24866142eebcb8fdbc7e21f5b2f364a8d1b264b3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1932 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/dl145_g1/mainboard.c2
-rw-r--r--src/mainboard/hp/dl145_g3/mainboard.c2
-rw-r--r--src/mainboard/hp/dl165_g6_fam10/mainboard.c2
-rw-r--r--src/mainboard/hp/e_vectra_p2706t/mainboard.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/hp/dl145_g1/mainboard.c b/src/mainboard/hp/dl145_g1/mainboard.c
index 156ab49404..88fb22f07c 100644
--- a/src/mainboard/hp/dl145_g1/mainboard.c
+++ b/src/mainboard/hp/dl145_g1/mainboard.c
@@ -23,5 +23,3 @@
#include <device/device.h>
-struct chip_operations mainboard_ops = {
-};
diff --git a/src/mainboard/hp/dl145_g3/mainboard.c b/src/mainboard/hp/dl145_g3/mainboard.c
index e0cffe9421..b01bc1f5a5 100644
--- a/src/mainboard/hp/dl145_g3/mainboard.c
+++ b/src/mainboard/hp/dl145_g3/mainboard.c
@@ -28,5 +28,3 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-struct chip_operations mainboard_ops = {
-};
diff --git a/src/mainboard/hp/dl165_g6_fam10/mainboard.c b/src/mainboard/hp/dl165_g6_fam10/mainboard.c
index e0cffe9421..b01bc1f5a5 100644
--- a/src/mainboard/hp/dl165_g6_fam10/mainboard.c
+++ b/src/mainboard/hp/dl165_g6_fam10/mainboard.c
@@ -28,5 +28,3 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
-struct chip_operations mainboard_ops = {
-};
diff --git a/src/mainboard/hp/e_vectra_p2706t/mainboard.c b/src/mainboard/hp/e_vectra_p2706t/mainboard.c
index 43f1738196..c71de467dc 100644
--- a/src/mainboard/hp/e_vectra_p2706t/mainboard.c
+++ b/src/mainboard/hp/e_vectra_p2706t/mainboard.c
@@ -20,5 +20,3 @@
#include <device/device.h>
-struct chip_operations mainboard_ops = {
-};