Paul Fagerburg has submitted this change. ( https://review.coreboot.org/c/coreboot/+/59107 )
Change subject: sb/intel/bd82x6x: Remove unused typedef ......................................................................
sb/intel/bd82x6x: Remove unused typedef
Change-Id: If725a369e7a12fbddd7b108e557d34a13bc78c09 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/59107 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M src/southbridge/intel/bd82x6x/azalia.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
diff --git a/src/southbridge/intel/bd82x6x/azalia.c b/src/southbridge/intel/bd82x6x/azalia.c index 7bcba02..974a390 100644 --- a/src/southbridge/intel/bd82x6x/azalia.c +++ b/src/southbridge/intel/bd82x6x/azalia.c @@ -12,8 +12,6 @@ #include "chip.h" #include "pch.h"
-typedef struct southbridge_intel_bd82x6x_config config_t; - static int codec_detect(u8 *base) { u8 reg8;