ARM: S3C: move s3c_adc_remove to .devexit.text
authorUwe Kleine-König <[email protected]>
Tue, 24 Nov 2009 21:07:10 +0000 (22:07 +0100)
committerBen Dooks <[email protected]>
Tue, 8 Dec 2009 00:45:55 +0000 (00:45 +0000)
The function s3c_adc_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Cc: Russell King <[email protected]>
Acked-By: Ben Dooks <[email protected]>
Cc: Ramax Lo <[email protected]>
Cc: Nelson Castillo <[email protected]>
Cc: [email protected]
Cc: Ben Dooks <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Ryan Mallon <[email protected]>
Cc: [email protected]
Signed-off-by: Ben Dooks <[email protected]>
arch/arm/plat-s3c24xx/adc.c

index df47322492d55b0dfa24f1f4912bd19968264c2a..ce47627f3368f556b22f0694e7de68325a7e074d 100644 (file)
@@ -365,7 +365,7 @@ static int s3c_adc_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int s3c_adc_remove(struct platform_device *pdev)
+static int __devexit s3c_adc_remove(struct platform_device *pdev)
 {
        struct adc_device *adc = platform_get_drvdata(pdev);