From: Dominik Brodowski Date: Thu, 29 Jul 2010 12:06:42 +0000 (+0200) Subject: pcmcia: split up modify_configuration() into two fixup functions X-Git-Tag: v2.6.37-rc1~189^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb49fa533f9d211994c33efb752ffa5b30033729;p=pandora-kernel.git pcmcia: split up modify_configuration() into two fixup functions pcmcia_modify_configuration() was only used by two drivers to fix up one issue each: setting the Vpp to a different value, and reducing the IO width to 8 bit. Introduce two explicitly named functions handling these things, and remove one further typedef. CC: netdev@vger.kernel.org CC: linux-mtd@lists.infradead.org Tested-by: Wolfram Sang Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed