Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaa3cee5 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: rx8025: remove rv8803 id



The rv8803 has its own driver that should be used. Remove its id from
the rx8025 driver.

Fixes: b1f9d790
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 54dd1c4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@

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