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: 736036d738 ("FROMLIST: drivers: irqchip: add PDC irqdomain for wakeup capable GPIOs")
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
Change-Id: Ie1503213bdc7432f36d065f8487e71e37cfe8532
This commit is contained in:
Maulik Shah 2019-10-25 11:12:35 +05:30
parent 584739f5dd
commit 7bb1346954

View File

@ -3,6 +3,8 @@
#ifndef __QCOM_IRQ_H
#define __QCOM_IRQ_H
#include <linux/irqdomain.h>
#define GPIO_NO_WAKE_IRQ ~0U
/**