diff options
Diffstat (limited to 'sys/dev/twa/tw_osl_inline.h')
-rw-r--r-- | sys/dev/twa/tw_osl_inline.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h index a4b42143cd9d..f9b1c6a2907f 100644 --- a/sys/dev/twa/tw_osl_inline.h +++ b/sys/dev/twa/tw_osl_inline.h @@ -276,9 +276,7 @@ tw_osl_write_reg_inline(struct tw_cl_ctlr_handle *ctlr_handle, * Return value: local time */ #define tw_osl_get_local_time() \ - (time_second - (tz_minuteswest * 60) - \ - (wall_cmos_clock ? adjkerntz : 0)) - + (time_second - utc_offset()) /* |