浏览代码

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 <alexandre.belloni@free-electrons.com>
Alexandre Belloni 10 年之前
父节点
当前提交
aaa3cee5de
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/rtc/rtc-rx8025.c

+ 0 - 1
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);