]> Pileus Git - ~andy/linux/commit
drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 Jan 2014 23:55:16 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:37:00 +0000 (16:37 -0800)
commit5516f0971793a0f7d0d54bf0220b6b2e13a05d7e
tree063f90dc787fd32582c46edf7ae13857522da009
parent24b34472e2e6e3815f36e39d6996e3b39ebb2a5e
drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper

'ds1742_rtc_of_match' is always compiled in.  Hence the helper macro is
not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-ds1742.c