From: Dominik Brodowski Date: Sat, 20 Mar 2010 18:43:26 +0000 (+0100) Subject: pcmcia: dev_node removal (remaining drivers) X-Git-Tag: v2.6.35-rc1~483^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b498ada6d0cf0f9828b0c590f9fa2e84f60f5709;p=pandora-kernel.git pcmcia: dev_node removal (remaining drivers) As a fourth step, remove any remaining usages of dev_node_t from drivers: - ipwireless can be simplified a bit, as we do not need to pass around the (write-only) dev_node_t around. - avma1_cs can be simplified as well, if we only keep the minor number around as "priv" data, not a full-fledged struct. Acked-by: Jiri Kosina Acked-by: Karsten Keil Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed