diff options
| author | Lars-Peter Clausen <[email protected]> | 2011-09-19 16:19:09 +0200 |
|---|---|---|
| committer | Samuel Ortiz <[email protected]> | 2011-10-24 14:09:15 +0200 |
| commit | 429c9ecc76c096cab836060cd3219620437c3221 (patch) | |
| tree | ca032e3374d4690d2514651398a4fa1f3a2d2507 | |
| parent | 8f1585aa73a7987cd9b5ee502f42297a28303278 (diff) | |
mfd: Make jz4740_adc_driver static
Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
| -rw-r--r-- | drivers/mfd/jz4740-adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/jz4740-adc.c b/drivers/mfd/jz4740-adc.c index 563654c9b19e..1e9ee533eacb 100644 --- a/drivers/mfd/jz4740-adc.c +++ b/drivers/mfd/jz4740-adc.c @@ -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 = { |