patch-2.3.9 linux/include/linux/timer.h

Next file: linux/include/linux/ufs_fs.h
Previous file: linux/include/linux/sysv_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/include/linux/timer.h linux/include/linux/timer.h
@@ -71,7 +71,7 @@
 	timer->prev = NULL;
 }
 
-extern inline int timer_pending(struct timer_list * timer)
+extern inline int timer_pending(const struct timer_list * timer)
 {
 	return timer->prev != NULL;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)