mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
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>
This commit is contained in:
parent
e7231491ce
commit
280f09256a
@ -6,9 +6,6 @@
|
|||||||
* under the terms of the GNU General Public License version 2 as published by
|
* under the terms of the GNU General Public License version 2 as published by
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
#ifndef _IIO_UTILS_H
|
|
||||||
#define _IIO_UTILS_H
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -990,5 +987,3 @@ error_free:
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _IIO_UTILS_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user