projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54dd1c4
)
rtc: rx8025: remove rv8803 id
author
Alexandre Belloni
<
[email protected]
>
Thu, 21 Jan 2016 12:24:21 +0000
(13:24 +0100)
committer
Alexandre Belloni
<
[email protected]
>
Thu, 4 Feb 2016 22:44:16 +0000
(23:44 +0100)
The rv8803 has its own driver that should be used. Remove its id from
the rx8025 driver.
Fixes: b1f9d790b59dc04f8813a49a92ddd8651770ffee
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/rtc-rx8025.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-rx8025.c
b/drivers/rtc/rtc-rx8025.c
index bd911bafb809a2ede1c46c3f2e2877ac7507fc50..17341feadad19f55ce126c4e3c2d2d2c8fe0429b 100644
(file)
--- 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);