mfd: Make jz4740_adc_driver static
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 19 Sep 2011 14:19:09 +0000 (16:19 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:15 +0000 (14:09 +0200)
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/jz4740-adc.c

index 563654c9b19eee17165f7b916516853ddafddeca..1e9ee533eacb8d204e860f9881d58e2675adf126 100644 (file)
@@ -328,7 +328,7 @@ static int __devexit jz4740_adc_remove(struct platform_device *pdev)
        return 0;
 }
 
-struct platform_driver jz4740_adc_driver = {
+static struct platform_driver jz4740_adc_driver = {
        .probe  = jz4740_adc_probe,
        .remove = __devexit_p(jz4740_adc_remove),
        .driver = {