[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols
In time for 2.6.20, we can get rid of this junk. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
a8f48a9561
commit
045f147f32
@@ -53,8 +53,6 @@ int console_printk[4] = {
|
||||
DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */
|
||||
};
|
||||
|
||||
EXPORT_UNUSED_SYMBOL(console_printk); /* June 2006 */
|
||||
|
||||
/*
|
||||
* Low lever drivers may need that to know if they can schedule in
|
||||
* their unblank() callback or not. So let's export it.
|
||||
@@ -772,7 +770,6 @@ int is_console_locked(void)
|
||||
{
|
||||
return console_locked;
|
||||
}
|
||||
EXPORT_UNUSED_SYMBOL(is_console_locked); /* June 2006 */
|
||||
|
||||
/**
|
||||
* release_console_sem - unlock the console system
|
||||
|
Reference in New Issue
Block a user