mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
irq: pm: Remove unused variable
Change-Id: Ie4311b554628af878cd80fd0abc03b2be294f0bf Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
3b277924f2
commit
c0d201a31f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user