summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-08-17 16:57:00 +0100
committerJonathan Cameron <jic23@kernel.org>2012-08-27 18:27:08 +0100
commit88238fef16845c18abecb9285c97b0225f71d544 (patch)
tree6022da70426fdffb37bcb49eb53eff1e6cdec15c /include/linux/iio
parentd965a8bc0cf56e0b2448b9aed6afe9066bc2616d (diff)
downloadlinux-88238fef16845c18abecb9285c97b0225f71d544.tar.gz
linux-88238fef16845c18abecb9285c97b0225f71d544.tar.xz
iio:consumer.h: Fix include guard
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>
Diffstat (limited to 'include/linux/iio')
-rw-r--r--include/linux/iio/consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/consumer.h b/include/linux/iio/consumer.h
index e2657e6d4d26..06ab4ec56c37 100644
--- a/include/linux/iio/consumer.h
+++ b/include/linux/iio/consumer.h
@@ -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;