Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181876
b: refs/heads/master
c: 119ea10
h: refs/heads/master
v: v3
  • Loading branch information
Amit Shah authored and Benjamin Herrenschmidt committed Feb 3, 2010
1 parent 0db5f85 commit dfe3dd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: b51130685817d8c1b56386f9957405b5be2cdfe0
refs/heads/master: 119ea10947cc1402abbf9d6200815b0606536906
6 changes: 3 additions & 3 deletions trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,9 @@ static const struct tty_operations hvc_ops = {
.chars_in_buffer = hvc_chars_in_buffer,
};

struct hvc_struct __devinit *hvc_alloc(uint32_t vtermno, int data,
const struct hv_ops *ops,
int outbuf_size)
struct hvc_struct *hvc_alloc(uint32_t vtermno, int data,
const struct hv_ops *ops,
int outbuf_size)
{
struct hvc_struct *hp;
int i;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/char/hvc_console.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ extern int hvc_instantiate(uint32_t vtermno, int index,
const struct hv_ops *ops);

/* register a vterm for hvc tty operation (module_init or hotplug add) */
extern struct hvc_struct * __devinit hvc_alloc(uint32_t vtermno, int data,
const struct hv_ops *ops, int outbuf_size);
extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
const struct hv_ops *ops, int outbuf_size);
/* remove a vterm from hvc tty operation (module_exit or hotplug remove) */
extern int hvc_remove(struct hvc_struct *hp);

Expand Down

0 comments on commit dfe3dd9

Please sign in to comment.