From: Lars-Peter Clausen Date: Fri, 17 Aug 2012 15:57:00 +0000 (+0100) Subject: iio:consumer.h: Fix include guard X-Git-Tag: next-20120905~19^2~106^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88238fef16845c18abecb9285c97b0225f71d544;p=karo-tx-linux.git 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 Signed-off-by: Jonathan Cameron --- 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 struct iio_dev;