]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iio:consumer.h: Fix include guard
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 17 Aug 2012 15:57:00 +0000 (16:57 +0100)
committerJonathan Cameron <jic23@kernel.org>
Mon, 27 Aug 2012 17:27:08 +0000 (18:27 +0100)
The symbol name for the #ifndef and the #define of the include guard do not
match and thus it becomes quite ineffective. Add the missing '_' to fix this.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
include/linux/iio/consumer.h

index e2657e6d4d26c7fea30ed8700637c50c2daa46da..06ab4ec56c37f2563d7ff26dc874560b7e519ef6 100644 (file)
@@ -8,7 +8,7 @@
  * the Free Software Foundation.
  */
 #ifndef _IIO_INKERN_CONSUMER_H_
-#define _IIO_INKERN_CONSUMER_H
+#define _IIO_INKERN_CONSUMER_H_
 #include <linux/iio/types.h>
 
 struct iio_dev;