[coreboot-gerrit] New patch to review for coreboot: drivers/intel/fsp2_0: Remove unused prototype in hand_off_block.c

Andrey Petrov (andrey.petrov@intel.com) gerrit at coreboot.org
Sun Jan 24 03:34:07 CET 2016


Andrey Petrov (andrey.petrov at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13396

-gerrit

commit 292ac22a8f8b9e93879311db386eb3efa0ce41bb
Author: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
Date:   Mon Dec 14 13:52:09 2015 -0800

    drivers/intel/fsp2_0: Remove unused prototype in hand_off_block.c
    
    This was probably a test function that was removed, but the prototype
    was forgotten.
    
    Change-Id: Ied0d242fa317714d73399b480c663ac1ba996b89
    Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
---
 src/drivers/intel/fsp2_0/hand_off_block.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/drivers/intel/fsp2_0/hand_off_block.c b/src/drivers/intel/fsp2_0/hand_off_block.c
index 4d061b5..df68e61 100644
--- a/src/drivers/intel/fsp2_0/hand_off_block.c
+++ b/src/drivers/intel/fsp2_0/hand_off_block.c
@@ -19,8 +19,6 @@
 #include <lib.h>
 #include <string.h>
 
-void hoboparse (const void *hob);
-
 #define HOB_HEADER_LEN		8
 
 struct hob_header {



More information about the coreboot-gerrit mailing list