Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29010
b: refs/heads/master
c: 078517e
h: refs/heads/master
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 23, 2006
1 parent 6b2c9e5 commit ea58424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c3e0262e0cb5395fe02cdf27c229ee7414ab0c0
refs/heads/master: 078517e4118dc60a97c4eda127b849383eb26f8e
4 changes: 4 additions & 0 deletions trunk/drivers/video/aty/atyfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3722,7 +3722,9 @@ static int __init atyfb_init(void)
atyfb_setup(option);
#endif

#ifdef CONFIG_PCI
pci_register_driver(&atyfb_driver);
#endif
#ifdef CONFIG_ATARI
atyfb_atari_probe();
#endif
Expand All @@ -3731,7 +3733,9 @@ static int __init atyfb_init(void)

static void __exit atyfb_exit(void)
{
#ifdef CONFIG_PCI
pci_unregister_driver(&atyfb_driver);
#endif
}

module_init(atyfb_init);
Expand Down

0 comments on commit ea58424

Please sign in to comment.