From: Greg Kroah-Hartman Date: Thu, 6 Dec 2012 14:30:56 +0000 (+0000) Subject: drivers/net: fix up function prototypes after __dev* removals X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd06ae8db716e17ec7e06244b858606edf378c0;p=pandora-kernel.git drivers/net: fix up function prototypes after __dev* removals The __dev* removal patches for the network drivers ended up messing up the function prototypes for a bunch of drivers. This patch fixes all of them back up to be properly aligned. Bonus is that this almost removes 100 lines of code, always a nice surprise. Signed-off-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed