Commit 280f0925 authored by Joo Aun Saw's avatar Joo Aun Saw Committed by Jonathan Cameron

tools: iio: iio_utils: remove unnecessary define guard

Signed-off-by: default avatarJoo Aun Saw <jasaw@dius.com.au>
Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e7231491
......@@ -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 @@ int read_sysfs_string(const char *filename, const char *basedir, char *str)
return ret;
}
#endif /* _IIO_UTILS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment