cleanup code to remove warnings

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2004-03-26 02:32:45 +00:00
parent 27916da0a9
commit 23e2e18960
8 changed files with 8 additions and 7 deletions

View File

@@ -34,6 +34,7 @@
#include <ppc.h>
#include <arch/io.h>
#include <printk.h>
#include <uart8250.h>
void pnp_output(char address, char data)
{
@@ -44,8 +45,6 @@ void pnp_output(char address, char data)
void
board_init(void)
{
unsigned char reg8;
/*
* Configure FLASH
*/