rtc: rx8025: remove rv8803 id
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 21 Jan 2016 12:24:21 +0000 (13:24 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 4 Feb 2016 22:44:16 +0000 (23:44 +0100)
The rv8803 has its own driver that should be used. Remove its id from
the rx8025 driver.

Fixes: b1f9d790b59dc04f8813a49a92ddd8651770ffee
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-rx8025.c

index bd911bafb809a2ede1c46c3f2e2877ac7507fc50..17341feadad19f55ce126c4e3c2d2d2c8fe0429b 100644 (file)
@@ -65,7 +65,6 @@
 
 static const struct i2c_device_id rx8025_id[] = {
        { "rx8025", 0 },
-       { "rv8803", 1 },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, rx8025_id);
This page took 0.025964 seconds and 5 git commands to generate.