Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370959
b: refs/heads/master
c: 3826835
h: refs/heads/master
i:
  370957: eae47ee
  370955: 8dee365
  370951: dc80db2
  370943: 4a6924e
v: v3
  • Loading branch information
Wei Yongjun authored and Rusty Russell committed Apr 8, 2013
1 parent 7f855ee commit 21b47ec
Show file tree
Hide file tree
Showing 2 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: 1aef76e9c4c616c91233ece9850e89c91f3fd92a
refs/heads/master: 3826835ab8bb7eac47f14f279df2bd58ec2bb279
6 changes: 3 additions & 3 deletions trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ struct ports_driver_data {
};
static struct ports_driver_data pdrvdata;

DEFINE_SPINLOCK(pdrvdata_lock);
DECLARE_COMPLETION(early_console_added);
static DEFINE_SPINLOCK(pdrvdata_lock);
static DECLARE_COMPLETION(early_console_added);

/* This struct holds information that's relevant only for console ports */
struct console {
Expand Down Expand Up @@ -1198,7 +1198,7 @@ int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int))
return hvc_instantiate(0, 0, &hv_ops);
}

int init_port_console(struct port *port)
static int init_port_console(struct port *port)
{
int ret;

Expand Down

0 comments on commit 21b47ec

Please sign in to comment.