Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117818
b: refs/heads/master
c: 1137fb6
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 26, 2008
1 parent 0e3912b commit 23f0500
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: ce97e13e52848c6388598696b7d44748598db759
refs/heads/master: 1137fb670465b6b5d15b9db7d01707a5833ee3ae
4 changes: 2 additions & 2 deletions trunk/drivers/ide/icside.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,9 @@ static int __init icside_init(void)
return ecard_register_driver(&icside_driver);
}

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

MODULE_AUTHOR("Russell King <rmk@arm.linux.org.uk>");
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/ide/rapide.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <asm/ecard.h>

static struct const ide_port_info rapide_port_info = {
static const struct ide_port_info rapide_port_info = {
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA,
};

Expand Down Expand Up @@ -97,7 +97,7 @@ static int __init rapide_init(void)

static void __exit rapide_exit(void)
{
ecard_unregister_driver(&rapide_driver);
ecard_remove_driver(&rapide_driver);
}

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 23f0500

Please sign in to comment.