Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317864
b: refs/heads/master
c: e6345c8
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent e8c114e commit d500ad5
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: aaf3ee4f80960eecccdd94a6b44b41c6af6c14d3
refs/heads/master: e6345c81b4eb20850ae4078ed3a8ff6eae584283
13 changes: 1 addition & 12 deletions trunk/drivers/staging/sm7xxfb/sm7xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,18 +1058,7 @@ static struct pci_driver smtcfb_driver = {
.driver.pm = SM7XX_PM_OPS,
};

static int __init smtcfb_init(void)
{
return pci_register_driver(&smtcfb_driver);
}

static void __exit smtcfb_exit(void)
{
pci_unregister_driver(&smtcfb_driver);
}

module_init(smtcfb_init);
module_exit(smtcfb_exit);
module_pci_driver(smtcfb_driver);

MODULE_AUTHOR("Siliconmotion ");
MODULE_DESCRIPTION("Framebuffer driver for SMI Graphic Cards");
Expand Down

0 comments on commit d500ad5

Please sign in to comment.