From: Dmitry Shmidt Date: Tue, 13 Jan 2015 21:52:49 +0000 (-0800) Subject: irq: pm: Remove unused variable X-Git-Tag: accepted/tizen/unified/20171106.073145~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f24b6dd048eeaf3ef825e442412d1dfd82751dd;p=profile%2Fmobile%2Fplatform%2Fkernel%2Flinux-3.10-sc7730.git irq: pm: Remove unused variable Signed-off-by: Dmitry Shmidt [sw0312.kim: cherry-pick the commit c0d201a31f79 from https://android.googlesource.com/kernel/common to remove build warning - to apply patch, change-id tag is adjusted] Signed-off-by: Seung-Woo Kim Change-Id: If1ce074d6a92ff415e089df9ea023ce057c8ebd1 --- diff --git a/kernel/irq/pm.c b/kernel/irq/pm.c index bbb5f65..da5f2ff 100644 --- a/kernel/irq/pm.c +++ b/kernel/irq/pm.c @@ -100,7 +100,6 @@ EXPORT_SYMBOL_GPL(resume_device_irqs); int check_wakeup_irqs(void) { struct irq_desc *desc; - char suspend_abort[MAX_SUSPEND_ABORT_LEN]; int irq; for_each_irq_desc(irq, desc) {