Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f98f46d authored by Sami Tolvanen's avatar Sami Tolvanen
Browse files

drivers/perf: arm_pmu: fix function type mismatch



Bug: 67506682
Change-Id: I06dc3fbef96c06cbfc8619cd2d0f7aa0fa7d99d9
Signed-off-by: default avatarSami Tolvanen <samitolvanen@google.com>
parent d93a963d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1012,7 +1012,7 @@ int arm_pmu_device_probe(struct platform_device *pdev,
			 const struct pmu_probe_info *probe_table)
{
	const struct of_device_id *of_id;
	const int (*init_fn)(struct arm_pmu *);
	int (*init_fn)(struct arm_pmu *);
	struct device_node *node = pdev->dev.of_node;
	struct arm_pmu *pmu;
	int ret = -ENODEV;