From: Alexandre Belloni Date: Thu, 21 Jan 2016 12:24:21 +0000 (+0100) Subject: rtc: rx8025: remove rv8803 id X-Git-Tag: v4.6-rc1~15^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaa3cee5deffa28415a6e1852c5afae0f5d210e2;p=platform%2Fkernel%2Flinux-exynos.git rtc: rx8025: remove rv8803 id The rv8803 has its own driver that should be used. Remove its id from the rx8025 driver. Fixes: b1f9d790b59dc04f8813a49a92ddd8651770ffee Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-rx8025.c b/drivers/rtc/rtc-rx8025.c index bd911ba..17341fe 100644 --- a/drivers/rtc/rtc-rx8025.c +++ b/drivers/rtc/rtc-rx8025.c @@ -65,7 +65,6 @@ static const struct i2c_device_id rx8025_id[] = { { "rx8025", 0 }, - { "rv8803", 1 }, { } }; MODULE_DEVICE_TABLE(i2c, rx8025_id);