qcacmn: Revert "Fix kernel 4.15 timer list dependencies"

This reverts change Id9c29413ca0d21533a0afae245595051fa3a400f. This
change was a work around to allow compiling against legacy code. Now
that these compilation issues have been resolved, remove the work
around.

Change-Id: I38a474f50076320cf961d6fd340960e4c9b148a0
CRs-Fixed: 2401315
This commit is contained in:
Dustin Brown
2019-02-05 10:41:13 -08:00
committed by nshrivas
parent 7c1fe52d51
commit e6c7bff8d9
2 changed files with 37 additions and 71 deletions

View File

@@ -27,11 +27,7 @@
#include <qdf_types.h>
#include <i_qdf_timer.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
typedef struct __qdf_timer_t qdf_timer_t;
#else
typedef __qdf_timer_t qdf_timer_t;
#endif
/**
* qdf_timer_init() - initialize a timer