commit | 1914d0734e251c4a53bee1c3f2fa49eb3dedfd7d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 05 17:22:38 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 30 17:16:12 2020 +0800 |
tree | d71159fb9270616657ccc3be2ae36a4d4791546d | |
parent | 1774da6607f078e85ee56acc51117b7d59044f1f [diff] |
x86: cbfs: Drop unwanted declaration The intention here is add a forward declaration, not actually declare a variable. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>