]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 11 Sep 2013 21:24:25 +0000 (14:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:58 +0000 (15:58 -0700)
commit90959567c9b7605b18984b0b66258c50311590e7
treebe770095fe9907e2f7950b24a998e15d514c742f
parente8db50463d1b9eaaed291a581ee76318006348bf
drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure

Private field "rtc" is not used outside "probe", so there is no reason to
keep it.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Cc: 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-ds1742.c