rtc: isl12057: make of_device_id array const
authorJingoo Han <jg1.han@samsung.com>
Fri, 6 Jun 2014 21:35:56 +0000 (14:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-isl12057.c