diff options
| author | Dustin Brown <dustinb@codeaurora.org> | 2016-10-03 14:43:09 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-07 16:28:31 -0700 |
| commit | efaf76eca09b39045f7cb8f5abf81e58fef0fd76 (patch) | |
| tree | 99e28ce9437010a54c041ac754d60e78ff5d8644 | |
| parent | 106f4f8f17e56e6acce0fe8b9e0257833cc0c4c3 (diff) | |
qcacmn: Cleanup code related to unit-test framework
A previous unit-test framework change contained some outstanding clean
code issues. Address the issues to ensure cleaner code is maintained.
Change-Id: I4e9f8e98f63e280b4333dec710fd1bd2e37e3fb6
CRs-Fixed: 1073756
| -rw-r--r-- | hif/src/hif_main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hif/src/hif_main.h b/hif/src/hif_main.h index 27f83403cbfe..bf352ed31e4a 100644 --- a/hif/src/hif_main.h +++ b/hif/src/hif_main.h @@ -117,8 +117,6 @@ enum hif_fake_apps_state_bits { }; void hif_fake_apps_resume_work(struct work_struct *work); -#else -static inline void hif_init_fake_apps_ctx(struct hif_softc *scn) {} #endif /* WLAN_SUSPEND_RESUME_TEST */ struct hif_softc { |
