From: Dominik Brodowski Date: Sun, 31 Aug 2008 13:50:33 +0000 (+0200) Subject: pcmcia: remove unused argument to pcmcia_parse_tuple() X-Git-Tag: v2.6.28-rc1~600^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3061eb1086f98990d6495b8c63a1b83f2f59aa;p=pandora-kernel.git pcmcia: remove unused argument to pcmcia_parse_tuple() Since we're just parsing the tuple being passed to this function, we don't need any device-specific information. Also, remove the call to pcmcia_validate_cis() from pcmciamtd.c, since it is already called by the PCMCIA core. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed