Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bb13469 authored by Maulik Shah's avatar Maulik Shah
Browse files

ANDROID: soc: qcom: Add required header to irq.h



Add required header file to fix compiler reported errors.

BUG: 141169320
TEST: Build and boot

Fixes: 736036d7 ("FROMLIST: drivers: irqchip: add PDC irqdomain for wakeup capable GPIOs")
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
Change-Id: Ie1503213bdc7432f36d065f8487e71e37cfe8532
parent 584739f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
#ifndef __QCOM_IRQ_H
#define __QCOM_IRQ_H

#include <linux/irqdomain.h>

#define GPIO_NO_WAKE_IRQ	~0U

/**