aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-08-05 18:16:07 -0600
committerMartin Roth <martinroth@google.com>2016-08-08 18:42:51 +0200
commit5a6955517f023c3afa79da91f7100425a17f0739 (patch)
tree1d6eb88bc1888e6475cf2ad45bd64161fa670687 /src/mainboard/supermicro
parent83f79083cecddb5fd57dc30c31521dd216023337 (diff)
supermicro/h8scm: Remove last unused chip.h file
Change-Id: I84d61c8ade6e42e314a31e1155b4d5628b16199a Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16081 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/h8scm/chip.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/supermicro/h8scm/chip.h b/src/mainboard/supermicro/h8scm/chip.h
deleted file mode 100644
index 824adf0c12..0000000000
--- a/src/mainboard/supermicro/h8scm/chip.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2011 Advanced Micro Devices, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-
-extern struct chip_operations mainboard_ops;
-
-struct mainboard_config {};