diff options
| author | Nagaraj <c_lnun@qca.qualcomm.com> | 2014-09-17 20:04:14 -0700 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2014-09-19 21:29:31 +0530 |
| commit | 782015d95411543ea119dfd238d9b290c45a19b5 (patch) | |
| tree | cd488a941bb06e682fe0eae5ce54126d4b49df43 /tools/fwdebuglog | |
| parent | d4934fd8229fc1051d47ad9b57aa8c31da1d1c7f (diff) | |
Fix for cnss_diag fails with segmentation fault
Removed including diaglogi header file.diaglogi.h
file caused segmentation in the Diag_LSM_Init
Change-Id: I64181ff526daa85433ffadfa232708ee89ffc9ec
CRs-Fixed: 726331
Diffstat (limited to 'tools/fwdebuglog')
| -rw-r--r-- | tools/fwdebuglog/cld-diag-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/fwdebuglog/cld-diag-parser.c b/tools/fwdebuglog/cld-diag-parser.c index 3392f4a458a2..10d1e9cef060 100644 --- a/tools/fwdebuglog/cld-diag-parser.c +++ b/tools/fwdebuglog/cld-diag-parser.c @@ -35,7 +35,6 @@ #include <sys/socket.h> #include <linux/netlink.h> #include "cld-diag-parser.h" -#include "diaglogi.h" #ifdef CONFIG_ANDROID_LOG #include <android/log.h> |
