From: Dominik Brodowski Date: Wed, 6 Jan 2010 11:18:13 +0000 (+0100) Subject: pcmcia: m32r uses static socket resources X-Git-Tag: v2.6.34-rc1~270^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7eb169dc7292979d78f2d2f1655026ae3a9ff5f;p=pandora-kernel.git pcmcia: m32r uses static socket resources m32r_cfc sets the socket capabilities to SS_CAP_STATIC_MAP and also sets io_offset != 0. This means no calls to &pccard_nonstatic_ops went through. Therfore, replace it with &pccard_static_ops which is exactly for this case. CC: Mamoru Sakugawa CC: Hirokazu Takata Tested-by: Wolfram Sang Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed