linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] tools: iio: iio_utils: remove unnecessary define guard
@ 2015-07-28 15:12 Joo Aun Saw
  2015-07-28 15:32 ` Daniel Baluta
  0 siblings, 1 reply; 3+ messages in thread
From: Joo Aun Saw @ 2015-07-28 15:12 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Joo Aun Saw

From: Joo Aun Saw <jasaw@dius.com.au>

Signed-off-by: Joo Aun Saw <jasaw@dius.com.au>
---
 tools/iio/iio_utils.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tools/iio/iio_utils.c b/tools/iio/iio_utils.c
index 1dcdf03..86e15c7 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 */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-02 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 15:12 [PATCH v3] tools: iio: iio_utils: remove unnecessary define guard Joo Aun Saw
2015-07-28 15:32 ` Daniel Baluta
2015-08-02 17:46   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).