From 98a8b441e5c91b5c6b1d0ea12281a61474eac87d Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 21 Jun 2020 13:32:49 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42636 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/southbridge/intel/i82801ix/hdaudio.c | 2 -- src/southbridge/intel/i82801jx/hdaudio.c | 2 -- 2 files changed, 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; -- cgit v1.2.3