From: Sathya Perla Date: Mon, 27 Jul 2009 22:52:03 +0000 (+0000) Subject: be2net: get rid of be_ctrl_info struct/abstraction X-Git-Tag: v2.6.32-rc1~703^2~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8788fdc2a53cf012a43808877eaa6ac7e3c923b4;p=pandora-kernel.git be2net: get rid of be_ctrl_info struct/abstraction Currently only the be_ctrl_info struct ptr (instead of adapter) is passed to all the routines in be_cmds.c. Instead pass be_adapter ptr to allow access to all its fields. Merge the contents of struct be_ctrl_info into be_adapter. The resulting code is simpler. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed