Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363091
b: refs/heads/master
c: 7a4541a
h: refs/heads/master
i:
  363089: bbb5196
  363087: 2aae9f9
v: v3
  • Loading branch information
Fabio Porcedda authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent b4c655c commit d572607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 61084d992733e8f87f7278c71cdb93869fad9c17
refs/heads/master: 7a4541a6591d8b0f6d095ffd94c8ebae75ea57d7
12 changes: 1 addition & 11 deletions trunk/drivers/memory/emif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1841,18 +1841,8 @@ static struct platform_driver emif_driver = {
},
};

static int __init_or_module emif_register(void)
{
return platform_driver_probe(&emif_driver, emif_probe);
}

static void __exit emif_unregister(void)
{
platform_driver_unregister(&emif_driver);
}
module_platform_driver_probe(emif_driver, emif_probe);

module_init(emif_register);
module_exit(emif_unregister);
MODULE_DESCRIPTION("TI EMIF SDRAM Controller Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:emif");
Expand Down

0 comments on commit d572607

Please sign in to comment.