aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/azalia.c
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2013-11-26 01:16:20 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2013-12-03 07:50:26 +0100
commit46957056c0cf56ff08b9c841bbde444cb51baacd (patch)
tree779584340c1820e579a3f381a5f43c86ec0bdc51 /src/southbridge/intel/ibexpeak/azalia.c
parent5ae3175218bd1970938683c6759ded4addbc0b0d (diff)
ibexpeak: ensure config compatibility with bd82x6x
Ibexpeak shares few files with bd82x6x. In order for it to work correctly their config structures from chip.h must match, so include bd82x6x/chip.h in ibexpeak/chip.h Change-Id: Ib56b311b8af04f4e4803d1834724680f604901cd Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4277 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/azalia.c')
-rw-r--r--src/southbridge/intel/ibexpeak/azalia.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/ibexpeak/azalia.c b/src/southbridge/intel/ibexpeak/azalia.c
index 8a1116a2d6..0e3d365ae9 100644
--- a/src/southbridge/intel/ibexpeak/azalia.c
+++ b/src/southbridge/intel/ibexpeak/azalia.c
@@ -32,8 +32,6 @@
#define HDA_ICII_BUSY (1 << 0)
#define HDA_ICII_VALID (1 << 1)
-typedef struct southbridge_intel_bd82x6x_config config_t;
-
static int set_bits(u32 port, u32 mask, u32 val)
{
u32 reg32;