[coreboot-gerrit] Patch set updated for coreboot: dcd92da lenovo/x60: Remove leftover declaration

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Sep 1 02:08:24 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6817

-gerrit

commit dcd92da98001c1dcdf85db7ba1da6b2e94bc6634
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Aug 31 21:58:13 2014 +0200

    lenovo/x60: Remove leftover declaration
    
    Change-Id: I1ab2118a3127dfacef6a389abd59050493e640fb
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x60/mainboard.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mainboard/lenovo/x60/mainboard.c b/src/mainboard/lenovo/x60/mainboard.c
index f3de205..3cbb49f 100644
--- a/src/mainboard/lenovo/x60/mainboard.c
+++ b/src/mainboard/lenovo/x60/mainboard.c
@@ -44,9 +44,6 @@
 
 #define PANEL INT15_5F35_CL_DISPLAY_DEFAULT
 
-int i915lightup(unsigned int physbase, unsigned int iobase, unsigned int mmio,
-	unsigned int gfx);
-
 static acpi_cstate_t cst_entries[] = {
 	{ 1,  1, 1000, { 0x7f, 1, 2, { 0 }, 1, 0 } },
 	{ 2,  1,  500, { 0x01, 8, 0, { 0 }, DEFAULT_PMBASE + LV2, 0 } },



More information about the coreboot-gerrit mailing list