summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@codeaurora.org>2016-01-22 18:31:26 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:02:10 -0700
commit07eb2c2868fe5a87477b03e8cdde7a4f57a7189b (patch)
tree7c82c385948594d7b07e717698cf352322539800 /include/linux
parentd4516a3652da25020efa5aad5a9eee0cf96a74e4 (diff)
gpio: smp2p: Remove setting IRQ flags
set_irq_flags is ARM specific with custom flags which have genirq equivalents. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For IRQs managed by an irqdomain, the irqdomain core code handles clearing and setting IRQ_NOREQUEST already, so there is no need to do this in .map() functions and we can simply remove the set_irq_flags calls. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions