summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-21 13:32:49 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-22 14:49:09 +0000
commit98a8b441e5c91b5c6b1d0ea12281a61474eac87d (patch)
tree17ef794b5f42cbaada24b347d4b91f6159314782
parent7a2864b42197dfd344b7f5ddee527f9522309563 (diff)
downloadcoreboot-98a8b441e5c91b5c6b1d0ea12281a61474eac87d.tar.xz
sb/intel/i82801{gx,ix,jx}/hdaudio.c: Drop unused typedef
Tested with BUILD_TIMELESS=1, Roda RK9 does not change. Change-Id: I9967d625a8e6d2e1063b9b38965d81a466738964 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r--src/southbridge/intel/i82801ix/hdaudio.c2
-rw-r--r--src/southbridge/intel/i82801jx/hdaudio.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/southbridge/intel/i82801ix/hdaudio.c b/src/southbridge/intel/i82801ix/hdaudio.c
index 9e945377ee..93a3947a21 100644
--- a/src/southbridge/intel/i82801ix/hdaudio.c
+++ b/src/southbridge/intel/i82801ix/hdaudio.c
@@ -15,8 +15,6 @@
#define HDA_ICII_BUSY (1 << 0)
#define HDA_ICII_VALID (1 << 1)
-typedef struct southbridge_intel_i82801ix_config config_t;
-
static int set_bits(void *port, u32 mask, u32 val)
{
u32 reg32;
diff --git a/src/southbridge/intel/i82801jx/hdaudio.c b/src/southbridge/intel/i82801jx/hdaudio.c
index 7968f711bf..7ad6614b1e 100644
--- a/src/southbridge/intel/i82801jx/hdaudio.c
+++ b/src/southbridge/intel/i82801jx/hdaudio.c
@@ -15,8 +15,6 @@
#define HDA_ICII_BUSY (1 << 0)
#define HDA_ICII_VALID (1 << 1)
-typedef struct southbridge_intel_i82801jx_config config_t;
-
static int set_bits(void *port, u32 mask, u32 val)
{
u32 reg32;