From 2b32fd749bc8435ac1b40b3419d0be3c14b37514 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Thu, 21 May 2015 14:52:04 +0200
Subject: [PATCH] Corrected protective macro.

---
 lib/c/2014/labcomm2014.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/c/2014/labcomm2014.h b/lib/c/2014/labcomm2014.h
index 5492b1e..c9e173f 100644
--- a/lib/c/2014/labcomm2014.h
+++ b/lib/c/2014/labcomm2014.h
@@ -20,8 +20,8 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef __LABCOMM_H__
-#define __LABCOMM_H__
+#ifndef __LABCOMM2014_H__
+#define __LABCOMM2014_H__
 
 #include <stdarg.h>
 
@@ -133,6 +133,4 @@ int labcomm2014_encoder_ioctl(struct labcomm2014_encoder *encoder,
 			  uint32_t ioctl_action,
 			  ...);
 
-#define LABCOMM_VOID ((void*)1)
-
 #endif
-- 
GitLab