Author: phueper Date: 2009-04-14 15:58:45 +0200 (Tue, 14 Apr 2009) New Revision: 1163
Modified: coreboot-v3/util/x86emu/yabel/compat/of.h Log: remove unnecessary function definition Signed-off-by: Pattrick Hueper <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: coreboot-v3/util/x86emu/yabel/compat/of.h =================================================================== --- coreboot-v3/util/x86emu/yabel/compat/of.h 2009-03-23 23:55:58 UTC (rev 1162) +++ coreboot-v3/util/x86emu/yabel/compat/of.h 2009-04-14 13:58:45 UTC (rev 1163) @@ -48,7 +48,6 @@ int of_yield(void); void * of_set_callback(void *); -unsigned int romfs_lookup(const char *, void **); int vpd_read(unsigned int , unsigned int , char *); int vpd_write(unsigned int , unsigned int , char *); int write_mm_log(char *, unsigned int , unsigned short ); -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

