Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116962
b: refs/heads/master
c: 934752d
h: refs/heads/master
v: v3
  • Loading branch information
Hendrik Brueckner authored and Benjamin Herrenschmidt committed Oct 22, 2008
1 parent 99c8fa9 commit db7e454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: febde3711992a64ea83a47a719f68a90c4b0927a
refs/heads/master: 934752d8a4aaae4bee7a1b46944f30a55178ec91
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ struct hvc_struct __devinit *hvc_alloc(uint32_t vtermno, int data,
}
EXPORT_SYMBOL_GPL(hvc_alloc);

int __devexit hvc_remove(struct hvc_struct *hp)
int hvc_remove(struct hvc_struct *hp)
{
unsigned long flags;
struct tty_struct *tty;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_console.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern int hvc_instantiate(uint32_t vtermno, int index, struct hv_ops *ops);
extern struct hvc_struct * __devinit hvc_alloc(uint32_t vtermno, int data,
struct hv_ops *ops, int outbuf_size);
/* remove a vterm from hvc tty operation (module_exit or hotplug remove) */
extern int __devexit hvc_remove(struct hvc_struct *hp);
extern int hvc_remove(struct hvc_struct *hp);

/* data available */
int hvc_poll(struct hvc_struct *hp);
Expand Down

0 comments on commit db7e454

Please sign in to comment.