arm64: pmu: Hoist pmu platform device name
Move the PMU name into a common header file so it may be referenced by other users. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:

committed by
Will Deacon

parent
236b9b91cd
commit
85023b2e13
@@ -1111,7 +1111,7 @@ static int armv8_pmu_device_probe(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver armv8_pmu_driver = {
|
||||
.driver = {
|
||||
.name = "armv8-pmu",
|
||||
.name = ARMV8_PMU_PDEV_NAME,
|
||||
.of_match_table = armv8_pmu_of_device_ids,
|
||||
},
|
||||
.probe = armv8_pmu_device_probe,
|
||||
|
Reference in New Issue
Block a user