From: Wan ZongShun Date: Wed, 11 Aug 2010 01:02:11 +0000 (-0700) Subject: rtc/pxa: remove unnecessary private ops->ioctl() X-Git-Tag: v2.6.36-rc1~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b1384fb2028266c71aa417ae437c02537b1119;p=pandora-kernel.git rtc/pxa: remove unnecessary private ops->ioctl() We shouldn't implement private ops->ioctl() unless absolutely necessary. pxa series RTC driver's ioctl() is unnecessary, since RTC subsystem has implement the ioctl() very well,so we can only use the API of '.alarm_irq_enable' and '.update_irq_enable' to do enable irq action. Signed-off-by: Wan ZongShun Acked-by: Robert Jarzmik Acked-by: Eric Miao Cc: Paul Gortmaker Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed