From: Tejun Heo Date: Fri, 24 Dec 2010 15:00:17 +0000 (+0100) Subject: rtc: don't use flush_scheduled_work() X-Git-Tag: v2.6.38-rc1~456^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db8995be5e1869b5effa117909bc285e06fc09b;p=pandora-kernel.git rtc: don't use flush_scheduled_work() flush_scheduled_work() is deprecated and scheduled to be removed. On removal, directly cancel the work, and flush the uie_task in rtc-dev.c::clear_uie(). Signed-off-by: Tejun Heo Cc: Alessandro Zummo Cc: rtc-linux@googlegroups.com --- Reading git-diff-tree failed