]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-coh901331: use platform_{get,set}_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Jun 2013 23:53:28 +0000 (09:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:42 +0000 (16:38 +1000)
commit6427ad674d15ff1882db4f98731ae62dbdfb0f54
treee463b006c25762ff3fc524650aefdd3fbd993a14
parent77bd5e71155df9f6a09ce4fbc200ef13f76edc7a
rtc: rtc-coh901331: use platform_{get,set}_drvdata()

Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-coh901331.c