rtc: rx8025: remove rv8803 id
commitaaa3cee5deupstream. The rv8803 has its own driver that should be used. Remove its id from the rx8025 driver. Fixes:b1f9d790b5Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
83fe55baa8
commit
11dd7f9a1e
@ -65,7 +65,6 @@
|
||||
|
||||
static const struct i2c_device_id rx8025_id[] = {
|
||||
{ "rx8025", 0 },
|
||||
{ "rv8803", 1 },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, rx8025_id);
|
||||
|
||||
Reference in New Issue
Block a user