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
This commit is contained in:
Pattrick Hueper 2009-04-14 13:58:45 +00:00
commit 298384710b

View file

@ -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 );