drivers/rtc/rtc-s3c.c: fix compiler warning
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 29 May 2012 22:07:40 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:34 +0000 (16:22 -0700)
commitecb41a77411358d385e3fde5b4e98a5f3d9cfdd5
treec5c1500b728329151b29310b2ac225063772384d
parent621bae79f1a250e443eb83d1f473c533bea493dc
drivers/rtc/rtc-s3c.c: fix compiler warning

rtc-s3c.c:673:32: warning: `s3c_rtc_drv_data_array' defined but not used [-Wunused-variable]

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-s3c.c