diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-04-04 01:50:17 +0200 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-04-04 03:26:58 +0200 |
commit | 5b5cf3d610f28bd44b15b0ef7a0816fd41d326af (patch) | |
tree | 9e2ffd5aa5045f21fc5db240201ea8dd1b6a697f /src/northbridge | |
parent | 3c156dd98c03dda5d579e0530ffc724399ed84fe (diff) |
AMD GX1: Remove useless copied header file `northbridge.h`
This was there since the beginning
commit d24d6993b6d7bcf7977d74d081e718e1b076d1b0
Author: arch import user (historical) <svn@openbios.org>
Date: Wed Jul 6 17:06:46 2005 +0000
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-26
Creator: Hamish Guthrie <hamish@prodigi.ch>
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 <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3020
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/gx1/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/gx1/northbridge.h | 6 |
2 files changed, 0 insertions, 7 deletions
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 <device/pci_ids.h> #include <stdlib.h> #include <string.h> -#include "northbridge.h" #include <cpu/amd/gx1def.h> #include <cpu/x86/cache.h> #include <cpu/cpu.h> 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 */ |