XXXX introduce drv_sectohz
@@ -1164,11 +1164,11 @@ /* * This function schedules a call for itself. */ adapter->watchdog_timer = timeout((void (*)(void *))&unm_watchdog, - (void *)adapter, 2 * drv_usectohz(1000000)); + (void *)adapter, drv_sectohz(2)); } static void unm_nic_clear_stats(unm_adapter *adapter) {