Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=14271a705ae0fdfcb997ebed0b6e2ec6ffa58561
Commit:     14271a705ae0fdfcb997ebed0b6e2ec6ffa58561
Parent:     ae9458d6a0956aa21cb49e1251e35a8d4dacbe6e
Author:     eric miao <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 29 08:57:45 2008 +0800
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Feb 4 13:17:32 2008 +0000

    [ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclass
    
    Signed-off-by: eric miao <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-pxa/mfp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/mfp.c b/arch/arm/mach-pxa/mfp.c
index ec1b2d8..6ce3504 100644
--- a/arch/arm/mach-pxa/mfp.c
+++ b/arch/arm/mach-pxa/mfp.c
@@ -227,7 +227,7 @@ static int pxa3xx_mfp_resume(struct sys_device *d)
 }
 
 static struct sysdev_class mfp_sysclass = {
-       set_kset_name("mfp"),
+       .name           = "mfp",
        .suspend        = pxa3xx_mfp_suspend,
        .resume         = pxa3xx_mfp_resume,
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to