qcacmn: Fix runtime pm compilation

Runtime PM compilation broke while it was disabled.

Change-Id: I1378e5a10c8982b11ccaaff3041223da94bf25ae
CRs-Fixed: 935300
This commit is contained in:
Houston Hoffman
2016-03-14 21:12:12 -07:00
committato da Gerrit - the friendly Code Review server
parent b4149dda4f
commit b21a053526
2 ha cambiato i file con 29 aggiunte e 45 eliminazioni

Vedi File

@@ -150,6 +150,10 @@ struct qca_napi_data {
*/
struct hif_config_info {
bool enable_self_recovery;
#ifdef FEATURE_RUNTIME_PM
bool enable_runtime_pm;
u_int32_t runtime_pm_delay;
#endif
};
/**