[2.6 patch] unexport console_unblank

From: Adrian Bunk
Date: Thu Mar 24 2005 - 20:22:06 EST


I didn't find any possible modular usage of console_unblank in the
kernel.

This patch was already ACK'ed by Alan Cox.

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

---

This patch was already sent on:
- 9 Mar 2005
- 3 Mar 2005

--- linux-2.6.11-rc5-mm1-full/kernel/printk.c.old 2005-03-03 17:04:18.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/printk.c 2005-03-03 17:04:24.000000000 +0100
@@ -757,7 +757,6 @@
c->unblank();
release_console_sem();
}
-EXPORT_SYMBOL(console_unblank);

/*
* Return the console tty driver structure and its associated index

-
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/