diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-11-10 17:12:33 +0100 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2021-11-11 22:42:31 +0000 |
commit | 18d616a8fe47dbf5a24336078deb980140123d8c (patch) | |
tree | d69abcbf8ba6fd1431a53d179e9261ebb1bfa047 /src | |
parent | 67e4ad8edac7ec90204edcb34379b33725628644 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/intel/bd82x6x/azalia.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/bd82x6x/azalia.c b/src/southbridge/intel/bd82x6x/azalia.c index 7bcba024b8..974a390c38 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; |