Added missing "static"

This commit is contained in:
Michael Brown
2007-07-09 03:54:29 +01:00
parent 9dc6a1e678
commit 55d03ccbe3

View File

@@ -263,7 +263,7 @@ static struct nvo_fragment rtl_nvo_fragments[] = {
* *
* @v rtl RTL8139 NIC * @v rtl RTL8139 NIC
*/ */
void rtl_init_eeprom ( struct rtl8139_nic *rtl ) { static void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
int ee9356; int ee9356;
int vpd; int vpd;