diff options
author | Joo Aun Saw <jasaw@dius.com.au> | 2015-07-28 11:12:24 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-02 13:45:12 -0400 |
commit | 280f09256ab6f6180132da193b9f2e0b2fa61c51 (patch) | |
tree | 09eb2083180d0ed73df9cc082a46e72852684088 /tools/iio | |
parent | e7231491ce6ae2053569166f60835a5594b3c0af (diff) |
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.c | 5 |
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 @@ | |||
6 | * under the terms of the GNU General Public License version 2 as published by | 6 | * under the terms of the GNU General Public License version 2 as published by |
7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
8 | */ | 8 | */ |
9 | #ifndef _IIO_UTILS_H | ||
10 | #define _IIO_UTILS_H | ||
11 | |||
12 | #include <string.h> | 9 | #include <string.h> |
13 | #include <stdlib.h> | 10 | #include <stdlib.h> |
14 | #include <stdio.h> | 11 | #include <stdio.h> |
@@ -990,5 +987,3 @@ error_free: | |||
990 | 987 | ||
991 | return ret; | 988 | return ret; |
992 | } | 989 | } |
993 | |||
994 | #endif /* _IIO_UTILS_H */ | ||