From: David Brownell Date: Tue, 8 May 2007 07:33:30 +0000 (-0700) Subject: rtc: rtc interfaces don't use class_device X-Git-Tag: v2.6.22-rc1~569 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6a2d70d18edc7a716ef3127b9e13382faec98c;p=pandora-kernel.git rtc: rtc interfaces don't use class_device This patch removes class_device from the programming interface that the RTC framework exposes to the rest of the kernel. Now an rtc_device is passed, which is more type-safe and streamlines all the relevant code. Signed-off-by: David Brownell Acked-by: Greg Kroah-Hartman Acked-By: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed