linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch] fix include statement in stats.h
@ 2009-04-20 14:05 Martin Peschke
  2009-04-21  7:21 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Peschke @ 2009-04-20 14:05 UTC (permalink / raw)
  To: linux-btrace

From: Martin Peschke <mpeschke@linux.vnet.ibm.com>

Some endianess conversion macros have been moved and the corresponding
header file is gone. Need to adapt an include statement in stats.h. The
compiler did not complain because blkiomon.c accidently included blktrace.h
prior to stats.h. Introduced by blktrace rewrite which became version 2.

Signed-off-by: Martin Peschke <mpeschke@linux.vnet.ibm.com>

---
 stats.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/stats.h
+++ b/stats.h
@@ -23,7 +23,7 @@
 #define STATS_H
 
 #include <linux/types.h>
-#include "endian.h"
+#include "blktrace.h"
 
 struct minmax {
 	__u64 min;



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

end of thread, other threads:[~2009-04-21  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 14:05 [Patch] fix include statement in stats.h Martin Peschke
2009-04-21  7:21 ` Jens Axboe

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).