From: Henrik Kretzschmar Date: Wed, 6 Sep 2006 07:03:40 +0000 (-0700) Subject: [PATCH] Documentation for lock_key in struct hrtimer_base X-Git-Tag: v2.6.18-rc7~34 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6dba28379edc08327ede01ff41bd3c9dd46a7fa0;p=linux-2.6-omap-h63xx.git [PATCH] Documentation for lock_key in struct hrtimer_base Fixes an error message on make xmldocs. Signed-off-by: Henrik Kretzschmar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index e4bccbcc275..4fc379de6c2 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -80,6 +80,7 @@ struct hrtimer_sleeper { * @get_softirq_time: function to retrieve the current time from the softirq * @curr_timer: the timer which is executing a callback right now * @softirq_time: the time when running the hrtimer queue in the softirq + * @lock_key: the lock_class_key for use with lockdep */ struct hrtimer_base { clockid_t index;