diff --git a/[refs] b/[refs] index 6acec41f38a0..1d4079f8e9d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb58da08f01ee12561867fcd4385b82679ae7f6c +refs/heads/master: 32050017cf3bf2b983571a90351328b4f66e463d diff --git a/trunk/drivers/rtc/rtc-efi.c b/trunk/drivers/rtc/rtc-efi.c index 550292304b0f..c9f890b088da 100644 --- a/trunk/drivers/rtc/rtc-efi.c +++ b/trunk/drivers/rtc/rtc-efi.c @@ -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), };