Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105727
b: refs/heads/master
c: 8e27cb1
h: refs/heads/master
i:
  105725: 56bb0dc
  105723: 086a885
  105719: 94d7198
  105711: 0b53cd7
  105695: 13e0122
  105663: 418f967
  105599: 4a9cd48
  105471: dd60764
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 22efae3 commit bd744c0
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 585f67e736eece4cdf96b628042170273221e770
refs/heads/master: 8e27cb1135de4cc69bf358209f91e1f7ba81eca1
6 changes: 6 additions & 0 deletions trunk/drivers/ide/arm/icside.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,14 @@ static int __init icside_init(void)
return ecard_register_driver(&icside_driver);
}

static void __exit icside_exit(void);
{
ecard_unregister_driver(&icside_driver);
}

MODULE_AUTHOR("Russell King <rmk@arm.linux.org.uk>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("ICS IDE driver");

module_init(icside_init);
module_exit(icside_exit);

0 comments on commit bd744c0

Please sign in to comment.