X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=drivers%2Fcpuidle%2Fcpuidle-ux500.c;h=f7d778580e9be692fe9b16ec638fb4e59ff35246;hp=a2d34be17a09b3ccb848fdc3b498105817734fe3;hb=fdfc346302a7b63e3d5b9168be74bb12b1975999;hpb=4d5308e7852741318e4d40fb8d43d9311b3984ae diff --git a/drivers/cpuidle/cpuidle-ux500.c b/drivers/cpuidle/cpuidle-ux500.c index a2d34be17a09..f7d778580e9b 100644 --- a/drivers/cpuidle/cpuidle-ux500.c +++ b/drivers/cpuidle/cpuidle-ux500.c @@ -117,7 +117,7 @@ static int dbx500_cpuidle_probe(struct platform_device *pdev) static struct platform_driver dbx500_cpuidle_plat_driver = { .driver = { - .name = "cpuidle-dbx500", + .name = "db8500-cpuidle", }, .probe = dbx500_cpuidle_probe, };