From: Alessandro Zummo Date: Sat, 12 Jul 2008 20:47:55 +0000 (-0700) Subject: rtc-fm3130: fix chip naming X-Git-Tag: v2.6.26~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=876550aa3e5f6448a1abae3704cbebcc50545998;p=profile%2Fivi%2Fkernel-x86-ivi.git rtc-fm3130: fix chip naming Fix chip naming from fm3031-rtc to fm3031 Signed-off-by: Alessandro Zummo Cc: Sergey Lapin Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 11644c8..abfdfcb 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);