From 298384710b3e6cec34fdd6916f4bda6a88fc1908 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Tue, 14 Apr 2009 13:58:45 +0000 Subject: [PATCH] remove unnecessary function definition Signed-off-by: Pattrick Hueper Acked-by: Peter Stuge git-svn-id: svn://coreboot.org/repository/coreboot-v3@1163 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/x86emu/yabel/compat/of.h | 1 - 1 file changed, 1 deletion(-) diff --git a/util/x86emu/yabel/compat/of.h b/util/x86emu/yabel/compat/of.h index aced2d5796..907139951f 100644 --- a/util/x86emu/yabel/compat/of.h +++ b/util/x86emu/yabel/compat/of.h @@ -48,7 +48,6 @@ void of_release(void *, unsigned int ); 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 );