X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-rs5c348.c;h=839462659afa4c386c46758c5eed872a61df27d1;hb=38e80121bd7d0c493072442ac7eddcba165a07a8;hp=f50f3fc353cd64be4845c8dcc90bfd6eeb7cc877;hpb=5a3e3b2230980cf2ce6e5e56b816dde19b993939;p=karo-tx-linux.git diff --git a/drivers/rtc/rtc-rs5c348.c b/drivers/rtc/rtc-rs5c348.c index f50f3fc353cd..839462659afa 100644 --- a/drivers/rtc/rtc-rs5c348.c +++ b/drivers/rtc/rtc-rs5c348.c @@ -226,7 +226,7 @@ static int __devexit rs5c348_remove(struct spi_device *spi) static struct spi_driver rs5c348_driver = { .driver = { - .name = "rs5c348", + .name = "rtc-rs5c348", .bus = &spi_bus_type, .owner = THIS_MODULE, },