Date:2011-09-19 16:10:31 (12 years 2 months ago)
Author:Lars C.
Commit:9105a5983cedc87a8aef556c8e92a3408de73013
Message:mfd: jz4740-adc: Make jz4740_adc_driver static

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Files: drivers/mfd/jz4740-adc.c (1 diff)

Change Details

drivers/mfd/jz4740-adc.c
328328    return 0;
329329}
330330
331struct platform_driver jz4740_adc_driver = {
331static struct platform_driver jz4740_adc_driver = {
332332    .probe = jz4740_adc_probe,
333333    .remove = __devexit_p(jz4740_adc_remove),
334334    .driver = {

Archive Download the corresponding diff file



interactive