drivers/net: fix up function prototypes after __dev* removals
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Dec 2012 14:30:56 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Dec 2012 19:22:22 +0000 (14:22 -0500)
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 <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found