From: Tejun Heo Date: Mon, 24 Jan 2011 16:54:48 +0000 (+0100) Subject: nozomi: don't use flush_scheduled_work() X-Git-Tag: v2.6.39-rc1~470^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c590f3ca99c193a04fe90ec89046138b66fcc1e;p=pandora-kernel.git nozomi: don't use flush_scheduled_work() flush_scheduled_work() in tty_exit() doesn't seem to target any specific work. If it was to flush work items used in tty generic layer, they're already flushed properly during tty release. flush_scheduled_work() is going away. Remove the seemingly redundant usage. Signed-off-by: Tejun Heo Cc: Jiri Slaby Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed