From 5b5cf3d610f28bd44b15b0ef7a0816fd41d326af Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 4 Apr 2013 01:50:17 +0200 Subject: AMD GX1: Remove useless copied header file `northbridge.h` This was there since the beginning commit d24d6993b6d7bcf7977d74d081e718e1b076d1b0 Author: arch import user (historical) Date: Wed Jul 6 17:06:46 2005 +0000 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-26 Creator: Hamish Guthrie Added AMD GX1 northbridge and cs5530 Southbridge but blindly copied from Intel 440 BX and is not used anywhere. Thanks to Idwer Vollering for spotting this. Change-Id: I38b3d3feb25966c3aa382994d323e59c3f3c9e6c Reported-by: Idwer Vollering Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/3020 Reviewed-by: Marc Jones Tested-by: build bot (Jenkins) --- src/northbridge/amd/gx1/northbridge.c | 1 - src/northbridge/amd/gx1/northbridge.h | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 src/northbridge/amd/gx1/northbridge.h diff --git a/src/northbridge/amd/gx1/northbridge.c b/src/northbridge/amd/gx1/northbridge.c index 4547b8d243..d670a19188 100644 --- a/src/northbridge/amd/gx1/northbridge.c +++ b/src/northbridge/amd/gx1/northbridge.c @@ -6,7 +6,6 @@ #include #include #include -#include "northbridge.h" #include #include #include diff --git a/src/northbridge/amd/gx1/northbridge.h b/src/northbridge/amd/gx1/northbridge.h deleted file mode 100644 index 3e569bb31b..0000000000 --- a/src/northbridge/amd/gx1/northbridge.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef NORTHBRIDGE_INTEL_440BX_H -#define NORTHBRIDGE_INTEL_440BX_H - -extern unsigned int i440bx_scan_root_bus(device_t root, unsigned int max); - -#endif /* NORTHBRIDGE_INTEL_440BX_H */ -- cgit v1.2.3