mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
[project/mountd.git] / led.c
diff --git a/led.c b/led.c
index 6ff01f7..d373de0 100644 (file)
--- a/led.c
+++ b/led.c
@@ -14,7 +14,7 @@
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  *
  *   Provided by fon.com
- *   Copyright (C) 2009 John Crispin <blogic@openwrt.org> 
+ *   Copyright (C) 2009 John Crispin <blogic@openwrt.org>
  */
 
 
@@ -25,8 +25,9 @@
 #include "include/ucix.h"
 #include "include/log.h"
 #include "include/timer.h"
+#include "include/led.h"
 
-char usbled[16];
+static char usbled[16];
 
 void led_ping(void)
 {