From c27776dbaf151d26a041aae687e876fc0eab8a44 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 10 Jan 2019 16:46:55 +0200 Subject: binaryPI: Drop invalid northbridge.h file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pointless to declare static struct in a header. Change-Id: I757f6346017681e32900f67b25fb5700a68d86b8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30900 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/northbridge/amd/pi/00630F01/northbridge.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/amd/pi/00630F01/northbridge.c') diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c index 11158d04e7..9ce811b315 100644 --- a/src/northbridge/amd/pi/00630F01/northbridge.c +++ b/src/northbridge/amd/pi/00630F01/northbridge.c @@ -40,8 +40,6 @@ #include #endif -#include "northbridge.h" - #define MAX_NODE_NUMS MAX_NODES typedef struct dram_base_mask { -- cgit v1.2.3