Added missing "static"

pull/1/head
Michael Brown 2007-07-09 03:54:29 +01:00
parent 9dc6a1e678
commit 55d03ccbe3
1 changed files with 1 additions and 1 deletions

View File

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