summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPattrick Hueper <phueper@hueper.net>2009-04-14 13:58:45 +0000
committerPattrick Hueper <phueper@hueper.net>2009-04-14 13:58:45 +0000
commit298384710b3e6cec34fdd6916f4bda6a88fc1908 (patch)
treea36a1bb1a58fbedc828b0ecb0cefc4c42f58360e
parentfd1101de758e95140b0bec449891e1f96517f51e (diff)
downloadcoreboot-298384710b3e6cec34fdd6916f4bda6a88fc1908.tar.gz
coreboot-298384710b3e6cec34fdd6916f4bda6a88fc1908.tar.bz2
coreboot-298384710b3e6cec34fdd6916f4bda6a88fc1908.zip
remove unnecessary function definition
Signed-off-by: Pattrick Hueper <phueper@hueper.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1163 f3766cd6-281f-0410-b1cd-43a5c92072e9
-rw-r--r--util/x86emu/yabel/compat/of.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/x86emu/yabel/compat/of.h b/util/x86emu/yabel/compat/of.h
index aced2d5796ec..907139951fd4 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 );