Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289256
b: refs/heads/master
c: 2967365
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 15, 2012
1 parent 3a1ee72 commit 9ae69da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da45e3fe89fd04d37da3be86999455ce069962ae
refs/heads/master: 296736552fb30a183b8c4635a6cd94f2cb74aa82
4 changes: 4 additions & 0 deletions trunk/drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ static int __init ram_console_module_init(void)
return platform_driver_probe(&ram_console_driver, ram_console_probe);
}

#ifndef CONFIG_PRINTK
#define dmesg_restrict 0
#endif

static ssize_t ram_console_read_old(struct file *file, char __user *buf,
size_t len, loff_t *offset)
{
Expand Down

0 comments on commit 9ae69da

Please sign in to comment.