]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/timer.h
[PATCH] md: Infrastructure to allow normal IO to continue while array is expanding
[linux-2.6-omap-h63xx.git] / include / linux / timer.h
index ee5a09e806e832f9cafd98823efec31cc87de52d..b5caabca553ce98a770b3b910bb561b52fc1b012 100644 (file)
@@ -96,6 +96,7 @@ static inline void add_timer(struct timer_list *timer)
 
 extern void init_timers(void);
 extern void run_local_timers(void);
-extern int it_real_fn(void *);
+struct hrtimer;
+extern int it_real_fn(struct hrtimer *);
 
 #endif