Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363114
b: refs/heads/master
c: f23e796
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 6064576 commit 735f56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: fe141149bffeaaaae214b6fbb98b592d3c516fb5
refs/heads/master: f23e79688c1469b13ac33420efbc974b6772564f
14 changes: 1 addition & 13 deletions trunk/drivers/parport/parport_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,4 @@ static struct pcmcia_driver parport_cs_driver = {
.remove = parport_detach,
.id_table = parport_ids,
};

static int __init init_parport_cs(void)
{
return pcmcia_register_driver(&parport_cs_driver);
}

static void __exit exit_parport_cs(void)
{
pcmcia_unregister_driver(&parport_cs_driver);
}

module_init(init_parport_cs);
module_exit(exit_parport_cs);
module_pcmcia_driver(parport_cs_driver);

0 comments on commit 735f56f

Please sign in to comment.