diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-21 13:32:49 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-06-22 14:49:09 +0000 |
commit | 98a8b441e5c91b5c6b1d0ea12281a61474eac87d (patch) | |
tree | 17ef794b5f42cbaada24b347d4b91f6159314782 /src/southbridge/intel/i82801jx | |
parent | 7a2864b42197dfd344b7f5ddee527f9522309563 (diff) |
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>
Diffstat (limited to 'src/southbridge/intel/i82801jx')
-rw-r--r-- | src/southbridge/intel/i82801jx/hdaudio.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |