Staging: rt*: fix wait_queue_head_t declaration on stack
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Wed, 8 Jul 2009 20:07:20 +0000 (22:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:40 +0000 (12:01 -0700)
othwerwise lockdep complains:
"INFO: trying to register non-static key.
the code is fine but needs lockdep annotation.
turning off the locking correctness validator."

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found