Skip to content

Commit

Permalink
rtc: rx8025: remove rv8803 id
Browse files Browse the repository at this point in the history
The rv8803 has its own driver that should be used. Remove its id from
the rx8025 driver.

Fixes: b1f9d79
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Alexandre Belloni committed Feb 4, 2016
1 parent 54dd1c4 commit aaa3cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/rtc/rtc-rx8025.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@

static const struct i2c_device_id rx8025_id[] = {
{ "rx8025", 0 },
{ "rv8803", 1 },
{ }
};
MODULE_DEVICE_TABLE(i2c, rx8025_id);
Expand Down

0 comments on commit aaa3cee

Please sign in to comment.