The patch titled staging: rt2860: correct onstack wait_queue_head declaration has been removed from the -mm tree. Its filename was staging-rt2860-correct-onstack-wait_queue_head-declaration.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: staging: rt2860: correct onstack wait_queue_head declaration From: Yong Zhang <yong.zhang0@xxxxxxxxx> Use DECLARE_WAIT_QUEUE_HEAD_ONSTACK to make lockdep happy. Signed-off-by: Yong Zhang <yong.zhang0@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> Cc: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Cc: Alexander Beregalov <a.beregalov@xxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/staging/rt2860/rt_main_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/staging/rt2860/rt_main_dev.c~staging-rt2860-correct-onstack-wait_queue_head-declaration drivers/staging/rt2860/rt_main_dev.c --- a/drivers/staging/rt2860/rt_main_dev.c~staging-rt2860-correct-onstack-wait_queue_head-declaration +++ a/drivers/staging/rt2860/rt_main_dev.c @@ -216,7 +216,7 @@ int rt28xx_close(struct net_device *dev) u32 i = 0; #ifdef RTMP_MAC_USB - DECLARE_WAIT_QUEUE_HEAD(unlink_wakeup); + DECLARE_WAIT_QUEUE_HEAD_ONSTACK(unlink_wakeup); DECLARE_WAITQUEUE(wait, current); #endif /* RTMP_MAC_USB // */ _ Patches currently in -mm which might be from yong.zhang0@xxxxxxxxx are origin.patch linux-next.patch v4l-dvb-gspca-sn9c20x-correct-onstack-wait_queue_head-declaration.patch scsi-bfa-correct-onstack-wait_queue_head-declaration.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html