diff options
Diffstat (limited to 'drivers/w1/masters/mxc_w1.c')
| -rw-r--r-- | drivers/w1/masters/mxc_w1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/masters/mxc_w1.c b/drivers/w1/masters/mxc_w1.c index 23d391757491..d338b56ea2f0 100644 --- a/drivers/w1/masters/mxc_w1.c +++ b/drivers/w1/masters/mxc_w1.c | |||
| @@ -167,7 +167,7 @@ failed_clk: | |||
| 167 | /* | 167 | /* |
| 168 | * disassociate the w1 device from the driver | 168 | * disassociate the w1 device from the driver |
| 169 | */ | 169 | */ |
| 170 | static int __devexit mxc_w1_remove(struct platform_device *pdev) | 170 | static int mxc_w1_remove(struct platform_device *pdev) |
| 171 | { | 171 | { |
| 172 | struct mxc_w1_device *mdev = platform_get_drvdata(pdev); | 172 | struct mxc_w1_device *mdev = platform_get_drvdata(pdev); |
| 173 | struct resource *res; | 173 | struct resource *res; |
