Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363117
b: refs/heads/master
c: 4c7a45f
h: refs/heads/master
i:
  363115: e5ec835
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent ef202de commit 96f68a4
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: 5339102c778bab379b4ec6348a184481dc7ad614
refs/heads/master: 4c7a45fb1bf683357e5222e664aaee80390051f4
15 changes: 1 addition & 14 deletions trunk/drivers/usb/host/sl811_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,4 @@ static struct pcmcia_driver sl811_cs_driver = {
.remove = sl811_cs_detach,
.id_table = sl811_ids,
};

/*====================================================================*/

static int __init init_sl811_cs(void)
{
return pcmcia_register_driver(&sl811_cs_driver);
}
module_init(init_sl811_cs);

static void __exit exit_sl811_cs(void)
{
pcmcia_unregister_driver(&sl811_cs_driver);
}
module_exit(exit_sl811_cs);
module_pcmcia_driver(sl811_cs_driver);

0 comments on commit 96f68a4

Please sign in to comment.