summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozhcd.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-23 13:45:01 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 14:34:53 -0700
commit05f608f237dcc3c4e5188d054d9918cbfd2916c2 (patch)
tree407148d3036bdd10bd5d94be47ee2f1974bc487a /drivers/staging/ozwpan/ozhcd.c
parentf724b5843431aba591a01b6988a725689cd9ebb3 (diff)
downloadop-kernel-dev-05f608f237dcc3c4e5188d054d9918cbfd2916c2.zip
op-kernel-dev-05f608f237dcc3c4e5188d054d9918cbfd2916c2.tar.gz
staging: ozwpan: Remove old debug macro.
Remove old oz_trace & oz_trace2 macro & related header files. 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/ozhcd.c')
-rw-r--r--drivers/staging/ozwpan/ozhcd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c
index fece2da..6b16bfc 100644
--- a/drivers/staging/ozwpan/ozhcd.c
+++ b/drivers/staging/ozwpan/ozhcd.c
@@ -32,9 +32,7 @@
#include "linux/usb/hcd.h"
#include <asm/unaligned.h>
#include "ozdbg.h"
-#include "ozconfig.h"
#include "ozusbif.h"
-#include "oztrace.h"
#include "ozurbparanoia.h"
#include "ozhcd.h"
/*------------------------------------------------------------------------------
@@ -797,7 +795,6 @@ void oz_hcd_get_desc_cnf(void *hport, u8 req_id, int status, const u8 *desc,
/*------------------------------------------------------------------------------
* Context: softirq
*/
-#ifdef WANT_TRACE
static void oz_display_conf_type(u8 t)
{
switch (t) {
@@ -836,9 +833,7 @@ static void oz_display_conf_type(u8 t)
break;
}
}
-#else
-#define oz_display_conf_type(__x)
-#endif /* WANT_TRACE */
+
/*------------------------------------------------------------------------------
* Context: softirq
*/
OpenPOWER on IntegriCloud