X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fcpuidle%2Fcpuidle-ux500.c;h=f7d778580e9be692fe9b16ec638fb4e59ff35246;hb=fdfc346302a7b63e3d5b9168be74bb12b1975999;hp=a2d34be17a09b3ccb848fdc3b498105817734fe3;hpb=deb0df1a994db40c179aebedeebb21bba0e22fa0;p=linux-2.6-microblaze.git 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, };