Get rid of some unneeded function prototypes in romstage.c files.
[coreboot.git] / src / mainboard / asus / p3b-f / romstage.c
index 04fa6a73c354687e4995e37dad13280da92e6b41..97600fae6521e4e78ba47a5eb6d2f87cdf4825c8 100644 (file)
 #include "superio/winbond/w83977tf/w83977tf_early_serial.c"
 #include <lib.h>
 
-void enable_pm(void);
-void enable_smbus(void);
-int smbus_read_byte(u8 device, u8 address);
-
 /* FIXME: The ASUS P3B-F has a Winbond W83977EF, actually. */
 #define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)