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

Commit a338adaf authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by David Woodhouse
Browse files

mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static

parent ce4a37f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ static int __devexit jz_nand_remove(struct platform_device *pdev)
	return 0;
}

struct platform_driver jz_nand_driver = {
static struct platform_driver jz_nand_driver = {
	.probe = jz_nand_probe,
	.remove = __devexit_p(jz_nand_remove),
	.driver = {