diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:54:32 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-31 06:30:49 +0000 |
commit | bb86e17e2d4fde9440f74ca3409321649de5b7b0 (patch) | |
tree | 8c7a35479c8aaa566d7943577d75a518c5ffee00 /src/mainboard/biostar/am1ml/BiosCallOuts.c | |
parent | 85c681e27976efd30a4b82c7d87e5efac24cabc4 (diff) |
mb/biostar: Drop unneeded empty lines
Change-Id: I4c7f23615bcfd9c2bda2cac8808544b98f8e25a2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44615
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/biostar/am1ml/BiosCallOuts.c')
-rw-r--r-- | src/mainboard/biostar/am1ml/BiosCallOuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/biostar/am1ml/BiosCallOuts.c b/src/mainboard/biostar/am1ml/BiosCallOuts.c index de8845a977..5803e03783 100644 --- a/src/mainboard/biostar/am1ml/BiosCallOuts.c +++ b/src/mainboard/biostar/am1ml/BiosCallOuts.c @@ -38,7 +38,6 @@ const CODEC_ENTRY Alc662_VerbTbl[] = { 0xff, 0xffffffff } }; - static const CODEC_TBL_LIST CodecTableList[] = { {0x10ec0662, (CODEC_ENTRY*)&Alc662_VerbTbl[0]}, |