]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
rtc: ds1374: Set .of_match_table to OF device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 3 Mar 2017 14:29:19 +0000 (11:29 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 9 Mar 2017 00:29:26 +0000 (01:29 +0100)
commitabac12e1105e7f3572f641db7583547069c1deaf
tree6d5389d1366652e2d08f1a7cc37bde9ee1615c8a
parent23194ac0992be4f4f6ebd0926dac473ed03568d0
rtc: ds1374: Set .of_match_table to OF device ID table

The driver has a OF device ID table but the struct i2c_driver
.of_match_table field is not set.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1374.c