Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332750
b: refs/heads/master
c: 2fe87ae
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David Woodhouse committed Sep 29, 2012
1 parent d99bf2f commit 1402ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24b82d3c350dfc16cd4a7de87ca0959ff5fbaa15
refs/heads/master: 2fe87aef33b77d66fada83f5dc57b6798ad5df07
15 changes: 1 addition & 14 deletions trunk/drivers/mtd/nand/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,20 +417,7 @@ static struct platform_driver gpio_nand_driver = {
},
};

static int __init gpio_nand_init(void)
{
printk(KERN_INFO "GPIO NAND driver, © 2004 Simtec Electronics\n");

return platform_driver_register(&gpio_nand_driver);
}

static void __exit gpio_nand_exit(void)
{
platform_driver_unregister(&gpio_nand_driver);
}

module_init(gpio_nand_init);
module_exit(gpio_nand_exit);
module_platform_driver(gpio_nand_driver);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
Expand Down

0 comments on commit 1402ef5

Please sign in to comment.