Skip to content

Commit

Permalink
mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static
Browse files Browse the repository at this point in the history
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Lars-Peter Clausen authored and David Woodhouse committed Dec 3, 2010
1 parent ce4a37f commit a338ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/jz4740_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a338ada

Please sign in to comment.