iio: Add missing include guards to headers
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:57:56 +0000 (18:57 +0100)
Add include guards to the IIO headers where they are missing. This avoids
compile errors due to redefined types if a file is included more than once.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found