commit | 88238fef16845c18abecb9285c97b0225f71d544 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Aug 17 16:57:00 2012 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Mon Aug 27 18:27:08 2012 +0100 |
tree | 6022da70426fdffb37bcb49eb53eff1e6cdec15c | |
parent | d965a8bc0cf56e0b2448b9aed6afe9066bc2616d [diff] |
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>