]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-ds1742: make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Thu, 22 May 2014 00:43:50 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:50 +0000 (10:43 +1000)
commitc434bfc7004a86117132e64e43ef83f001dd2e44
tree915ff89a06996fad8382168ea64d22865720a40a
parent1175d3e51514eef9436ebe7bc639d322ab64432a
rtc: rtc-ds1742: make of_device_id array const

Make of_device_id array const, because all OF functions handle it as
const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-ds1742.c