rtc-s3c: fix section mismatch warnings
authorYauhen Kharuzhy <jekhor@gmail.com>
Wed, 29 Oct 2008 21:00:59 +0000 (14:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Oct 2008 18:38:46 +0000 (11:38 -0700)
commiteb944db0cfeb0ee934e2a74d5b3516f80cf2c208
tree7e91ebf253d2a7a51d5cea4386e718989b729a0d
parente11e3643f300f2e3a3ea21658e9f80b412c2c8a1
rtc-s3c: fix section mismatch warnings

Warnings was appeared when compile rtc-s3c.c because
platform_driver structure s3c2410_rtcdrv has wrong name.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-s3c.c