From: Dominik Brodowski Date: Sun, 15 Jan 2006 08:32:39 +0000 (+0100) Subject: [PATCH] pcmcia: add pcmcia_disable_device X-Git-Tag: v2.6.17-rc1~14^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2a71fcb7995633b335a1e380ac63a968e61320;p=pandora-kernel.git [PATCH] pcmcia: add pcmcia_disable_device pcmcia_disable_device(struct pcmcia_device *p_dev) performs the necessary cleanups upon device or driver removal: it calls the appropriate pcmcia_release_* functions, and can replace (most) of the current drivers' _release() functions. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed