aboutsummaryrefslogtreecommitdiffstats
path: root/tools/iio
diff options
context:
space:
mode:
authorJoo Aun Saw <jasaw@dius.com.au>2015-07-29 01:12:24 +1000
committerJonathan Cameron <jic23@kernel.org>2015-08-02 18:45:12 +0100
commit280f09256ab6f6180132da193b9f2e0b2fa61c51 (patch)
tree09eb2083180d0ed73df9cc082a46e72852684088 /tools/iio
parenttools: iio: print error message when buffer enable fails (diff)
downloadlinux-dev-280f09256ab6f6180132da193b9f2e0b2fa61c51.tar.xz
linux-dev-280f09256ab6f6180132da193b9f2e0b2fa61c51.zip
tools: iio: iio_utils: remove unnecessary define guard
Signed-off-by: Joo Aun Saw <jasaw@dius.com.au> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/iio')
-rw-r--r--tools/iio/iio_utils.c5
1 files changed, 0 insertions, 5 deletions
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 <string.h>
#include <stdlib.h>
#include <stdio.h>
@@ -990,5 +987,3 @@ error_free:
return ret;
}
-
-#endif /* _IIO_UTILS_H */