mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Added missing "static"
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user