fix somw printk calls and print warnings for those that still need to be fixed.
(trivial) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@462 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
9ca9df3d92
commit
4a6f1fc46c
5 changed files with 9 additions and 6 deletions
|
|
@ -46,6 +46,7 @@ struct console_driver {
|
|||
};
|
||||
|
||||
//
|
||||
int printk(int msg_level, const char *fmt, ...);
|
||||
int printk(int msg_level, const char *fmt, ...)
|
||||
__attribute__((format (printf, 2, 3)));
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue