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/southbridge/intel/i82801cx | |
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/southbridge/intel/i82801cx')
-rw-r--r-- | src/southbridge/intel/i82801cx/chip.h | 8 | ||||
-rw-r--r-- | src/southbridge/intel/i82801cx/i82801cx.h | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/intel/i82801cx/chip.h b/src/southbridge/intel/i82801cx/chip.h deleted file mode 100644 index 56185213eb..0000000000 --- a/src/southbridge/intel/i82801cx/chip.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef I82801CX_CHIP_H -#define I82801CX_CHIP_H - -struct southbridge_intel_i82801cx_config -{ -}; - -#endif /* I82801CX_CHIP_H */ diff --git a/src/southbridge/intel/i82801cx/i82801cx.h b/src/southbridge/intel/i82801cx/i82801cx.h index da518a3660..28428830e2 100644 --- a/src/southbridge/intel/i82801cx/i82801cx.h +++ b/src/southbridge/intel/i82801cx/i82801cx.h @@ -3,7 +3,6 @@ #if !defined(__PRE_RAM__) #include <device/device.h> -#include "chip.h" void i82801cx_enable(device_t dev); void i82801cx_hard_reset(void); #endif |