qcacld-3.0: Fix compiling issue of __DP_RX_THREAD__H

error: '__DP_RX_THREAD__H' is used as a header guard here,
followed by #define of a different macro [-Werror,
-Wheader-guard]

Change-Id: I21beca14c8ea98a9a6c4a4acd5f3c7428fd56e01
CRs-Fixed: 2315965
This commit is contained in:
Jianmin Zhu
2018-09-05 17:30:58 +08:00
committed by nshrivas
parent 12744c44e1
commit 13921e9f1e

View File

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#if !defined(__DP_RX_THREAD__H) #if !defined(__DP_RX_THREAD_H)
#define __DP_RX_THREAD_H #define __DP_RX_THREAD_H
#include <qdf_lock.h> #include <qdf_lock.h>