make config_init_devices static
authorFelix Fietkau <nbd@openwrt.org>
Mon, 5 Sep 2011 06:27:55 +0000 (08:27 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 5 Sep 2011 06:27:55 +0000 (08:27 +0200)
config.c

index b184165..2a46532 100644 (file)
--- a/config.c
+++ b/config.c
@@ -177,7 +177,7 @@ config_parse_interface(struct uci_section *s)
        iface->config.version = config_version;
 }
 
-void
+static void
 config_init_devices(void)
 {
        struct uci_element *e;