Skip to content

Commit

Permalink
tools: iio: iio_utils: remove unnecessary define guard
Browse files Browse the repository at this point in the history
Signed-off-by: Joo Aun Saw <[email protected]>
Acked-by: Daniel Baluta <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
jasaw authored and jic23 committed Aug 2, 2015
1 parent e723149 commit 280f092
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/iio/iio_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -990,5 +987,3 @@ int read_sysfs_string(const char *filename, const char *basedir, char *str)

return ret;
}

#endif /* _IIO_UTILS_H */

0 comments on commit 280f092

Please sign in to comment.