[RFC: 2.6 patch] kernel/printk.c: remove unused exports

From: Adrian Bunk
Date: Mon May 01 2006 - 03:12:19 EST


This patch removes the following unused EXPORT_SYMBOL's:
- console_printk
- is_console_locked
- __printk_ratelimit

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 18 Apr 2006
- 11 Apr 2006

kernel/printk.c | 4 ----
1 file changed, 4 deletions(-)

--- linux-2.6.17-rc1-mm2-full/kernel/printk.c.old 2006-04-11 01:20:32.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/kernel/printk.c 2006-04-11 01:21:54.000000000 +0200
@@ -52,8 +52,6 @@
DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */
};

-EXPORT_SYMBOL(console_printk);
-
/*
* Low lever drivers may need that to know if they can schedule in
* their unblank() callback or not. So let's export it.
@@ -728,7 +726,6 @@
{
return console_locked;
}
-EXPORT_SYMBOL(is_console_locked);

/**
* release_console_sem - unlock the console system
@@ -1033,7 +1030,6 @@
spin_unlock_irqrestore(&ratelimit_lock, flags);
return 0;
}
-EXPORT_SYMBOL(__printk_ratelimit);

/* minimum time in jiffies between messages */
int printk_ratelimit_jiffies = 5 * HZ;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/