From: Christoph Hellwig Date: Sun, 22 Apr 2007 12:55:36 +0000 (+0100) Subject: pcmcia: cs: kill thread_wait X-Git-Tag: v2.6.27-rc1~1113^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b402094199762dde81bee8c32d323cf52f2c6e7;p=pandora-kernel.git pcmcia: cs: kill thread_wait There is not reason to have a waitqueue if it's always the same thread that is waiting for it. Just use wake_up_process instead. Signed-off-by: Christoph Hellwig Small modification: Also remove unused variable. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed