From: Joo Aun Saw Date: Tue, 28 Jul 2015 15:12:24 +0000 (+1000) Subject: tools: iio: iio_utils: remove unnecessary define guard X-Git-Tag: firefly_0821_release~176^2~1221^2~139^2~43 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=280f09256ab6f6180132da193b9f2e0b2fa61c51;p=firefly-linux-kernel-4.4.55.git tools: iio: iio_utils: remove unnecessary define guard Signed-off-by: Joo Aun Saw Acked-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- diff --git a/tools/iio/iio_utils.c b/tools/iio/iio_utils.c index a95270f33353..31aca9ab078b 100644 --- a/tools/iio/iio_utils.c +++ b/tools/iio/iio_utils.c @@ -6,9 +6,6 @@ * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ -#ifndef _IIO_UTILS_H -#define _IIO_UTILS_H - #include #include #include @@ -990,5 +987,3 @@ error_free: return ret; } - -#endif /* _IIO_UTILS_H */