Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32243
b: refs/heads/master
c: c0fc84d
h: refs/heads/master
i:
  32241: 38d66e5
  32239: 0b08612
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent 101df69 commit 33745e3
Show file tree
Hide file tree
Showing 2 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: d0a0a5ee7a0094231a11cfe3f86d2d8f5f994e01
refs/heads/master: c0fc84d2e5bb4a9e3ae470812a00cccba85a48b8
4 changes: 2 additions & 2 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int console_printk[4] = {
DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */
};

EXPORT_SYMBOL(console_printk);
EXPORT_UNUSED_SYMBOL(console_printk); /* June 2006 */

/*
* Low lever drivers may need that to know if they can schedule in
Expand Down Expand Up @@ -773,7 +773,7 @@ int is_console_locked(void)
{
return console_locked;
}
EXPORT_SYMBOL(is_console_locked);
EXPORT_UNUSED_SYMBOL(is_console_locked); /* June 2006 */

/**
* release_console_sem - unlock the console system
Expand Down

0 comments on commit 33745e3

Please sign in to comment.