[coreboot-gerrit] Patch set updated for coreboot: drivers/intel/fsp2_0: Remove unused prototype in hand_off_block.c

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Mon Jan 25 06:41:57 CET 2016


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13396

-gerrit

commit 5edaa4b5dc674d8f6d7931d911f23eeabbd488f0
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