diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-12-06 09:30:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-07 14:22:22 -0500 |
commit | 1dd06ae8db716e17ec7e06244b858606edf378c0 (patch) | |
tree | ae4116a9b029ab570a58fae5275cfbb3af6a1d64 /drivers/net/can/softing/softing_cs.c | |
parent | 45122ca26ced7fae41049326a3797a73f961db2e (diff) |
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 <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/softing/softing_cs.c')
-rw-r--r-- | drivers/net/can/softing/softing_cs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/can/softing/softing_cs.c b/drivers/net/can/softing/softing_cs.c index ce18ba52e4b..c2c0a5bb0b2 100644 --- a/drivers/net/can/softing/softing_cs.c +++ b/drivers/net/can/softing/softing_cs.c | |||
@@ -193,8 +193,7 @@ static int softingcs_enable_irq(struct platform_device *pdev, int v) | |||
193 | /* | 193 | /* |
194 | * pcmcia check | 194 | * pcmcia check |
195 | */ | 195 | */ |
196 | static int softingcs_probe_config(struct pcmcia_device *pcmcia, | 196 | static int softingcs_probe_config(struct pcmcia_device *pcmcia, void *priv_data) |
197 | void *priv_data) | ||
198 | { | 197 | { |
199 | struct softing_platform_data *pdat = priv_data; | 198 | struct softing_platform_data *pdat = priv_data; |
200 | struct resource *pres; | 199 | struct resource *pres; |