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:
@@ -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
|
||||
|
Reference in New Issue
Block a user