rtc: isl12057: make of_device_id array const
authorJingoo Han <[email protected]>
Fri, 6 Jun 2014 21:35:56 +0000 (14:35 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:07 +0000 (16:08 -0700)
commit8c5bfac0ffd172f3d81be091050fca2aa544ed6e
treebd847c26c0510918c5e80500e7e0638091849328
parente524360bff8627a7b07424814fe8eec7307c46a2
rtc: isl12057: 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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-isl12057.c