From ce7fd1b65398a6f0d6c3f41c68ccc83a32f63f24 Mon Sep 17 00:00:00 2001 From: Alessandro Zummo Date: Sat, 12 Jul 2008 13:47:55 -0700 Subject: [PATCH] --- yaml --- r: 98861 b: refs/heads/master c: 876550aa3e5f6448a1abae3704cbebcc50545998 h: refs/heads/master i: 98859: c157b60162a241d92faa9631fe256a5fc320a661 v: v3 --- [refs] | 2 +- trunk/drivers/rtc/rtc-fm3130.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 089e342ae8cf..1ce97b7dfac8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bca5c2c550f16d2dc2d21ffb7b4712bd0a7d32a9 +refs/heads/master: 876550aa3e5f6448a1abae3704cbebcc50545998 diff --git a/trunk/drivers/rtc/rtc-fm3130.c b/trunk/drivers/rtc/rtc-fm3130.c index 11644c8fca82..abfdfcbaa059 100644 --- a/trunk/drivers/rtc/rtc-fm3130.c +++ b/trunk/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);