From: anish kumar Date: Sun, 3 Feb 2013 21:08:23 +0000 (+0100) Subject: irq_work: Remove return value from the irq_work_queue() function X-Git-Tag: v3.9-rc1~174^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02cf5f8ed6137e2b3b2f10e0fca336e06e09ba4;p=pandora-kernel.git irq_work: Remove return value from the irq_work_queue() function As no one is using the return value of irq_work_queue(), so it is better to just make it void. Signed-off-by: anish kumar Acked-by: Steven Rostedt [ Fix stale comments, remove now unnecessary __irq_work_queue() intermediate function ] Signed-off-by: Frederic Weisbecker Link: http://lkml.kernel.org/r/1359925703-24304-1-git-send-email-fweisbec@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed