diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-08-24 21:54:10 +0300 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-10-07 12:55:04 +0200 |
commit | 02790369ff72d9d2ed5b65eee28f9cde56f3d541 (patch) | |
tree | 0c75c91cf49e03d2650932762090dc347ac8cc10 /src/northbridge/via/vt8623 | |
parent | 1f0d379a7e87b12b2b6a4af7833f633b08ef7184 (diff) |
Remove chip.h files without config structure
Also deletes files not included in build:
src/southbridge/amd/cimx/sb700/chip_name.c
src/southbridge/amd/cimx/sb800/chip_name.c
src/southbridge/amd/cimx/sb900/chip_name.c
Change-Id: I2068e3859157b758ccea0ca91fa47d09a8639361
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1473
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/northbridge/via/vt8623')
-rw-r--r-- | src/northbridge/via/vt8623/chip.h | 4 | ||||
-rw-r--r-- | src/northbridge/via/vt8623/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/via/vt8623/vga.c | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/northbridge/via/vt8623/chip.h b/src/northbridge/via/vt8623/chip.h deleted file mode 100644 index 5fb3f80999..0000000000 --- a/src/northbridge/via/vt8623/chip.h +++ /dev/null @@ -1,4 +0,0 @@ -struct northbridge_via_vt8623_config -{ -}; - diff --git a/src/northbridge/via/vt8623/northbridge.c b/src/northbridge/via/vt8623/northbridge.c index 5ea2212993..76cd7a052c 100644 --- a/src/northbridge/via/vt8623/northbridge.c +++ b/src/northbridge/via/vt8623/northbridge.c @@ -11,7 +11,6 @@ #include <cpu/cpu.h> #include <cpu/x86/mtrr.h> #include <cpu/x86/msr.h> -#include "chip.h" #include "northbridge.h" /* diff --git a/src/northbridge/via/vt8623/vga.c b/src/northbridge/via/vt8623/vga.c index 933c73381a..20857a69a8 100644 --- a/src/northbridge/via/vt8623/vga.c +++ b/src/northbridge/via/vt8623/vga.c @@ -30,7 +30,6 @@ #include <cpu/x86/mtrr.h> #include <cpu/x86/msr.h> #include <arch/interrupt.h> -#include "chip.h" #include "northbridge.h" static int via_vt8623_int15_handler(struct eregs *regs) |