diff options
Diffstat (limited to 'sys/dev/ath/ah_osdep.h')
-rw-r--r-- | sys/dev/ath/ah_osdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index 32f2796..05cccff 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -70,8 +70,6 @@ extern void *ath_hal_memcpy(void *, const void *, size_t); #define abs(_a) __builtin_abs(_a) struct ath_hal; -extern u_int32_t ath_hal_getuptime(struct ath_hal *); -#define OS_GETUPTIME(_ah) ath_hal_getuptime(_ah) /* * Register read/write operations are either handled through |