From: Bjørn Mork Date: Sun, 2 Sep 2012 23:20:33 +0000 (+0000) Subject: net: sierra_net: rx_urb_size is constant X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aee07281b2aa9a1f740a8ccac4781e787fc1192;p=pandora-kernel.git net: sierra_net: rx_urb_size is constant The rx_urb_size is set to the same value for every device supported by this driver. No need to keep a per-device data structure to do that. Replacing with a macro constant. This was the last device specific info, and removing it allows us to delete the sierra_net_info_data struct. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed