This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hal/phydm/phydm_interface.c b/hal/phydm/phydm_interface.c | |
index 1a9264d..d97371c 100644 | |
--- a/hal/phydm/phydm_interface.c | |
+++ b/hal/phydm/phydm_interface.c | |
@@ -653,7 +653,11 @@ ODM_sleep_us(u32 us) | |
void | |
odm_set_timer( | |
struct PHY_DM_STRUCT *p_dm_odm, | |
- struct timer_list *p_timer, | |
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)) |