|
From: Mattias A. <mat...@us...> - 2001-03-30 10:51:54
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: added release_wq_timer The diff of the modified file(s): --- bluetooth.h 2001/03/07 18:13:48 1.37 +++ bluetooth.h 2001/03/30 10:51:53 1.38 @@ -99,7 +99,9 @@ #else void start_wq_timer(struct timer_list *wq_timer, u32 timeout, struct wait_queue **wq); + #endif /* LINUX_VERSION_CODE */ +void release_wq_timer(struct timer_list *wq_timer); #endif /* __KERNEL__ */ =20 #endif |