drivers/rtc/rtc-efi.c: fix section mismatch warning
[pandora-kernel.git] / drivers / rtc / rtc-efi.c
index 5502923..c9f890b 100644 (file)
@@ -213,7 +213,6 @@ static struct platform_driver efi_rtc_driver = {
                .name = "rtc-efi",
                .owner = THIS_MODULE,
        },
-       .probe = efi_rtc_probe,
        .remove = __exit_p(efi_rtc_remove),
 };