Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284863
b: refs/heads/master
c: 70f6255
h: refs/heads/master
i:
  284861: 3b44351
  284859: 6f9853b
  284855: df32ad9
  284847: 6eb04ab
  284831: 7799724
  284799: f4d0467
v: v3
  • Loading branch information
Axel Lin authored and Florian Tobias Schandinat committed Dec 19, 2011
1 parent 5a7e09c commit 63e0fb1
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: edd153a3e4f7346551f98014b3ccf0494219a9d1
refs/heads/master: 70f6255a488f62a8f054907479b0eb6615b9bcb5
13 changes: 1 addition & 12 deletions trunk/drivers/video/mbx/mbxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,18 +1053,7 @@ static struct platform_driver mbxfb_driver = {
},
};

int __devinit mbxfb_init(void)
{
return platform_driver_register(&mbxfb_driver);
}

static void __devexit mbxfb_exit(void)
{
platform_driver_unregister(&mbxfb_driver);
}

module_init(mbxfb_init);
module_exit(mbxfb_exit);
module_platform_driver(mbxfb_driver);

MODULE_DESCRIPTION("loadable framebuffer driver for Marathon device");
MODULE_AUTHOR("Mike Rapoport, Compulab");
Expand Down

0 comments on commit 63e0fb1

Please sign in to comment.