X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-fm3130.c;h=abfdfcbaa059f2334dea356dd5b094924783315e;hb=8f616cd5249e03c9e1b371623d85e76d4b86bbc1;hp=11644c8fca829882dc1b0f8225cc1dda148b62c2;hpb=942e7b102a4827fdb69a39c7f07c544542589ef9;p=linux-2.6 diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 11644c8fca..abfdfcbaa0 100644 --- a/drivers/rtc/rtc-fm3130.c +++ b/drivers/rtc/rtc-fm3130.c @@ -55,7 +55,7 @@ struct fm3130 { int alarm; }; static const struct i2c_device_id fm3130_id[] = { - { "fm3130-rtc", 0 }, + { "fm3130", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, fm3130_id);