]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit88238fef16845c18abecb9285c97b0225f71d544
tree6022da70426fdffb37bcb49eb53eff1e6cdec15c
parentd965a8bc0cf56e0b2448b9aed6afe9066bc2616d
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>
include/linux/iio/consumer.h