From 580fceceed4e0d27bdc50de2eb23c2ddc08c82f8 Mon Sep 17 00:00:00 2001 From: Hongbo Yao Date: Mon, 19 Aug 2019 17:29:08 +0800 Subject: [PATCH] Revert "arm_pmu: acpi: fix compile warnings" hulk inclusion category: feature bugzilla: 16072 CVE: NA --------------------------- This reverts commit af0a9606fb0823524e0f834d15f38c0223747087. In Linux 5.3.0, SPE ACPI enablement has been upstreamed. SPE patches in hulk-4.19 are the old version, and they need to be reverted to the mainline version. Signed-off-by: Hongbo Yao Reviewed-by: Hanjun Guo Signed-off-by: Yang Yingliang --- drivers/perf/arm_pmu_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/perf/arm_pmu_acpi.c b/drivers/perf/arm_pmu_acpi.c index d2772f0d5ffd..70f605568aee 100644 --- a/drivers/perf/arm_pmu_acpi.c +++ b/drivers/perf/arm_pmu_acpi.c @@ -96,7 +96,7 @@ static struct platform_device spe_dev = { static int arm_spe_acpi_parse_irqs(void) { int cpu, ret, irq; - u32 gsi = 0; + u32 flags, gsi; bool first = true; struct acpi_madt_generic_interrupt *gicc; -- GitLab