Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 429c9ecc authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Samuel Ortiz
Browse files

mfd: Make jz4740_adc_driver static

parent 8f1585aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {