From ea5ae14b7747079201520bade99be1ee2722de5b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 18 Dec 2000 16:38:19 +0000 Subject: [PATCH] remove misleading comment and make _div function default --- comedi/drivers/8253.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/comedi/drivers/8253.h b/comedi/drivers/8253.h index 84a3bfe8..e86219cf 100644 --- a/comedi/drivers/8253.h +++ b/comedi/drivers/8253.h @@ -24,7 +24,7 @@ #ifndef _8253_H #define _8253_H -#define i8253_cascade_ns_to_timer i8253_cascade_ns_to_timer_power +#define i8253_cascade_ns_to_timer i8253_cascade_ns_to_timer_2div static inline void i8253_cascade_ns_to_timer_2div_old(int i8253_osc_base, unsigned int *d1, unsigned int *d2, unsigned int *nanosec, int round_mode) { @@ -110,9 +110,6 @@ static inline void i8253_cascade_ns_to_timer_power(int i8253_osc_base, unsigned } -/* this function is meant to replace i8253_cascade_ns_to_timer_2div - * (which is completely broken at the moment) - */ static inline void i8253_cascade_ns_to_timer_2div(int i8253_osc_base, unsigned int *d1, unsigned int *d2, unsigned int *nanosec, int round_mode) { -- 2.26.2