UPSTREAM: drivers/intel/fsp2_0: Remove fsp_print_upd_info declaration

Remove unused function declaration.

TEST=Build and run on Galileo Gen2

BUG=None
BRANCH=None

Change-Id: I0c0cb14e636f037143157b9b85e53ce126cfbe9f
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/16022
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/367381
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Lee Leahy 2016-08-01 17:22:30 -07:00 committed by chrome-bot
commit 4772fd1c23

View file

@ -42,7 +42,6 @@ struct fsp_header {
};
enum cb_err fsp_identify(struct fsp_header *hdr, const void *fsp_blob);
void fsp_print_upd_info(const struct fsp_header *hdr, void *cfg_blob);
#if ENV_RAMSTAGE
/*