2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

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
*/
void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
static void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
int ee9356;
int vpd;