summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2007-07-09 04:54:29 +0200
committerMichael Brown2007-07-09 04:54:29 +0200
commit55d03ccbe30dc5cef518d561ea98ecd6022fd841 (patch)
treeac8fa38bf9903442ec46ea15c806a6e610d32c43
parentRemove some obsolete stream-API files (diff)
downloadipxe-55d03ccbe30dc5cef518d561ea98ecd6022fd841.tar.gz
ipxe-55d03ccbe30dc5cef518d561ea98ecd6022fd841.tar.xz
ipxe-55d03ccbe30dc5cef518d561ea98ecd6022fd841.zip
Added missing "static"
-rw-r--r--src/drivers/net/rtl8139.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/rtl8139.c b/src/drivers/net/rtl8139.c
index 8b40918f2..6a779472d 100644
--- a/src/drivers/net/rtl8139.c
+++ b/src/drivers/net/rtl8139.c
@@ -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;