Explorar el Código

Added missing "static"

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
55d03ccbe3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/drivers/net/rtl8139.c

+ 1
- 1
src/drivers/net/rtl8139.c Ver fichero

@@ -263,7 +263,7 @@ static struct nvo_fragment rtl_nvo_fragments[] = {
263 263
  *
264 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 267
 	int ee9356;
268 268
 	int vpd;
269 269
 

Loading…
Cancelar
Guardar