summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index dff02064a..7949059aa 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -51,7 +51,7 @@ static void error_message_net(void) /* reduce code size */
}
-int configure_net_device(struct interface_info * intf)
+static int configure_net_device(struct interface_info * intf)
{
struct ifreq req;
struct rtentry route;