irq: pm: Remove unused variable 69/158469/1
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 13 Jan 2015 21:52:49 +0000 (13:52 -0800)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 1 Nov 2017 07:04:23 +0000 (16:04 +0900)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
[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 <sw0312.kim@samsung.com>
Change-Id: If1ce074d6a92ff415e089df9ea023ce057c8ebd1

kernel/irq/pm.c

index bbb5f65..da5f2ff 100644 (file)
@@ -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) {