Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290207
b: refs/heads/master
c: b4a4667
h: refs/heads/master
i:
  290205: 98c44ec
  290203: 3169043
  290199: ed6e850
  290191: d0325cd
  290175: d2438fc
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Feb 17, 2012
1 parent 2d4704d commit 3ccf084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 95f2054f167f7da72b0771984dbb2bec612740d0
refs/heads/master: b4a466765d3fb05c1f63ddc5d195980ead894ded
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1662,18 +1662,7 @@ static struct platform_driver axienet_of_driver = {
},
};

static int __init axienet_init(void)
{
return platform_driver_register(&axienet_of_driver);
}

static void __exit axienet_exit(void)
{
platform_driver_unregister(&axienet_of_driver);
}

module_init(axienet_init);
module_exit(axienet_exit);
module_platform_driver(axienet_of_driver);

MODULE_DESCRIPTION("Xilinx Axi Ethernet driver");
MODULE_AUTHOR("Xilinx");
Expand Down

0 comments on commit 3ccf084

Please sign in to comment.