cnss2: Include kernel QMI header file in correct place

Kernel QMI header file should be always included irrespective of
CNSS QMI feature flag enabled or not.

CRs-fixed: 2279667
Change-Id: I9a33bd56b7cca1b0cbde63afa68ff99caabbe23f
Signed-off-by: Yue Ma <yuem@codeaurora.org>
This commit is contained in:
Yue Ma 2018-08-07 17:14:38 -07:00
parent fdcb7e4106
commit 4b75f2eb49

View File

@ -13,6 +13,8 @@
#ifndef _CNSS_QMI_H
#define _CNSS_QMI_H
#include <linux/soc/qcom/qmi.h>
struct cnss_plat_data;
#ifdef CONFIG_CNSS2_QMI