mfd: Make jz4740_adc_driver static
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
8f1585aa73
commit
429c9ecc76
@ -328,7 +328,7 @@ static int __devexit jz4740_adc_remove(struct platform_device *pdev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct platform_driver jz4740_adc_driver = {
|
static struct platform_driver jz4740_adc_driver = {
|
||||||
.probe = jz4740_adc_probe,
|
.probe = jz4740_adc_probe,
|
||||||
.remove = __devexit_p(jz4740_adc_remove),
|
.remove = __devexit_p(jz4740_adc_remove),
|
||||||
.driver = {
|
.driver = {
|
||||||
|
Loading…
Reference in New Issue
Block a user