mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
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:
parent
584739f5dd
commit
7bb1346954
|
|
@ -3,6 +3,8 @@
|
|||
#ifndef __QCOM_IRQ_H
|
||||
#define __QCOM_IRQ_H
|
||||
|
||||
#include <linux/irqdomain.h>
|
||||
|
||||
#define GPIO_NO_WAKE_IRQ ~0U
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user