diff options
| -rw-r--r-- | drivers/perf/arm_smmuv3_pmu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/perf/arm_smmuv3_pmu.c b/drivers/perf/arm_smmuv3_pmu.c index d704eccc548f..f01a57e5a5f3 100644 --- a/drivers/perf/arm_smmuv3_pmu.c +++ b/drivers/perf/arm_smmuv3_pmu.c @@ -771,7 +771,7 @@ static int smmu_pmu_probe(struct platform_device *pdev)  		smmu_pmu->reloc_base = smmu_pmu->reg_base;  	} -	irq = platform_get_irq(pdev, 0); +	irq = platform_get_irq_optional(pdev, 0);  	if (irq > 0)  		smmu_pmu->irq = irq; | 
