aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/ozproto.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-23 13:45:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 14:34:52 -0700
commitf724b5843431aba591a01b6988a725689cd9ebb3 (patch)
tree034c8be97807dbd4a46a3ba650ca03083331c633 /drivers/staging/ozwpan/ozproto.h
parent30f1e5a9abd5ea83a19e8efd71089d4204e21bd4 (diff)
staging: ozwpan: Replace oz_trace with oz_dbg
Introduce new debug macros: oz_dbg, oz_cdev_dbg, oz_pd_dbg and then replace old oz_trace & oz_trace2 with new macro. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan/ozproto.h')
-rw-r--r--drivers/staging/ozwpan/ozproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ozwpan/ozproto.h b/drivers/staging/ozwpan/ozproto.h
index 93bb4c0172e..9bb0a6abfc8 100644
--- a/drivers/staging/ozwpan/ozproto.h
+++ b/drivers/staging/ozwpan/ozproto.h
@@ -7,7 +7,7 @@
#define _OZPROTO_H
#include <asm/byteorder.h>
-#include "ozconfig.h"
+#include "ozdbg.h"
#include "ozappif.h"
#define OZ_ALLOCATED_SPACE(__x) (LL_RESERVED_SPACE(__x)+(__x)->needed_tailroom)