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

Commit 14e25c5e authored by Will Deacon's avatar Will Deacon
Browse files

ARM: PMU: remove pmu_init declaration



pmu_init no longer exists, so don't declare it in asm/pmu.h.

Reported-by: default avatarPawel Moll <Pawel.Moll@arm.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent ec84d529
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -55,16 +55,6 @@ reserve_pmu(enum arm_pmu_type type);
extern void
release_pmu(enum arm_pmu_type type);

/**
 * init_pmu() - Initialise the PMU.
 *
 * Initialise the system ready for PMU enabling. This should typically set the
 * IRQ affinity and nothing else. The users (oprofile/perf events etc) will do
 * the actual hardware initialisation.
 */
extern int
init_pmu(enum arm_pmu_type type);

#else /* CONFIG_CPU_HAS_PMU */

#include <linux/err.h>