[coreboot-gerrit] New patch to review for coreboot: 6944d8a superio/ite/it8772f: Remove prototypes for func with no body

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jun 16 06:15:44 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6040

-gerrit

commit 6944d8a8869e6fc6272d9d0627f4c058f754022b
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Jun 16 14:09:10 2014 +1000

    superio/ite/it8772f: Remove prototypes for func with no body
    
    Change-Id: Iaf5db7153b08ac81b233f967c7a604ed08af91ca
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/superio/ite/it8772f/it8772f.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/superio/ite/it8772f/it8772f.h b/src/superio/ite/it8772f/it8772f.h
index 8ba577a..221a932 100644
--- a/src/superio/ite/it8772f/it8772f.h
+++ b/src/superio/ite/it8772f/it8772f.h
@@ -105,8 +105,6 @@
 
 u8 it8772f_sio_read(u8 index);
 void it8772f_sio_write(u8 index, u8 value);
-void it8772f_24mhz_clkin(void);
-void it8772f_enable_3vsbsw(void);
 void it8772f_ac_resume_southbridge(void);
 void it8772f_gpio_setup(int set, u8 func_select, u8 polarity, u8 pullup,
 			u8 output, u8 enable);



More information about the coreboot-gerrit mailing list