Browse Source

Added missing "static"

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
55d03ccbe3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/rtl8139.c

+ 1
- 1
src/drivers/net/rtl8139.c View File

263
  *
263
  *
264
  * @v rtl		RTL8139 NIC
264
  * @v rtl		RTL8139 NIC
265
  */
265
  */
266
- void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
266
+static void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
267
 	int ee9356;
267
 	int ee9356;
268
 	int vpd;
268
 	int vpd;
269
 
269
 

Loading…
Cancel
Save