netifd : Line up device.h include guard
authorHans Dedecker <dedeckeh@gmail.com>
Fri, 10 Oct 2014 13:35:07 +0000 (13:35 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 12 Oct 2014 12:25:29 +0000 (14:25 +0200)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
device.h

index 08a3055..73b2656 100644 (file)
--- a/device.h
+++ b/device.h
@@ -11,8 +11,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  */
-#ifndef __LL_H
-#define __LL_H
+#ifndef __NETIFD_DEVICE_H
+#define __NETIFD_DEVICE_H
 
 #include <libubox/avl.h>
 #include <libubox/safe_list.h>