Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203922
b: refs/heads/master
c: 2f8362a
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed Jul 27, 2010
1 parent 97e7ccf commit 52beed9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: f2b94bb9e0b8bd048331a6e9d616e918f4bcbd97
refs/heads/master: 2f8362afcd2da8b313ec3cc04a50af19d3592972
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/rfcomm/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ int __init rfcomm_init_sockets(void)
return err;
}

void rfcomm_cleanup_sockets(void)
void __exit rfcomm_cleanup_sockets(void)
{
debugfs_remove(rfcomm_sock_debugfs);

Expand Down
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/rfcomm/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ static const struct tty_operations rfcomm_ops = {
.tiocmset = rfcomm_tty_tiocmset,
};

int rfcomm_init_ttys(void)
int __init rfcomm_init_ttys(void)
{
rfcomm_tty_driver = alloc_tty_driver(RFCOMM_TTY_PORTS);
if (!rfcomm_tty_driver)
Expand Down Expand Up @@ -1183,7 +1183,7 @@ int rfcomm_init_ttys(void)
return 0;
}

void rfcomm_cleanup_ttys(void)
void __exit rfcomm_cleanup_ttys(void)
{
tty_unregister_driver(rfcomm_tty_driver);
put_tty_driver(rfcomm_tty_driver);
Expand Down

0 comments on commit 52beed9

Please sign in to comment.