From bfd89bb2249e936c0aecaaf1c5a283f20a0ee508 Mon Sep 17 00:00:00 2001 From: Houston Hoffman Date: Fri, 16 Dec 2016 14:40:41 -0800 Subject: qcacmn: make qdf_print useable without qdf_trace.h (2) qdf_trace prototype needs to be defined as well. note: i_qdf_trace.h is still needed for qdf_print to be used, but we have removed dependencies of i_qdf_trace.h on other include files (so this is fine). Change-Id: I01052d00c1619e4847de702a687554badd47882f CRs-Fixed: 1100505 --- qdf/linux/src/i_qdf_trace.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'qdf/linux/src') diff --git a/qdf/linux/src/i_qdf_trace.h b/qdf/linux/src/i_qdf_trace.h index 124ebfb2c64b..7ef3fc3c95c8 100644 --- a/qdf/linux/src/i_qdf_trace.h +++ b/qdf/linux/src/i_qdf_trace.h @@ -40,9 +40,6 @@ #endif #ifdef CONFIG_MCL -/* Include Files */ -#include - /* QDF_TRACE is the macro invoked to add trace messages to code. See the * documenation for qdf_trace_msg() for the parameters etc. for this function. * -- cgit v1.2.3