]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/m68k/bvme6000/rtc.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / m68k / bvme6000 / rtc.c
index d53c9b301f84af754677190bcd021f50595bd3af..e4f1faffe32bad16b950dfd51037077d6df372eb 100644 (file)
@@ -168,7 +168,7 @@ static int __init rtc_DP8570A_init(void)
        if (!MACH_IS_BVME6000)
                return -ENODEV;
 
-       printk(KERN_INFO "DP8570A Real Time Clock Driver v%s\n", RTC_VERSION);
+       pr_info("DP8570A Real Time Clock Driver v%s\n", RTC_VERSION);
        return misc_register(&rtc_dev);
 }
 module_init(rtc_DP8570A_init);