From c0515aff63469b831e5d5be6b55f9c5344945997 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 5 Aug 2016 18:16:07 -0600 Subject: [PATCH] UPSTREAM: supermicro/h8scm: Remove last unused chip.h file BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/16081 Reviewed-by: Kysti Mlkki Change-Id: I84d61c8ade6e42e314a31e1155b4d5628b16199a Reviewed-on: https://chromium-review.googlesource.com/368286 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/supermicro/h8scm/chip.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/mainboard/supermicro/h8scm/chip.h 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 {};