From: Dominik Brodowski Date: Wed, 1 Mar 2006 23:02:33 +0000 (+0100) Subject: [PATCH] pcmcia: default suspend and resume handling X-Git-Tag: v2.6.17-rc1~14^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8661bb5b4af1849c1f5a4e80c4e275fd13c155d6;p=pandora-kernel.git [PATCH] pcmcia: default suspend and resume handling In all but one case, the suspend and resume functions of PCMCIA drivers contain mostly of calls to pcmcia_release_configuration() and pcmcia_request_configuration(). Therefore, move this code out of the drivers and into the core. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed