Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7 Commit: d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7 Parent: 148a142495f40d3da729d62cb7127ccb26223106 Author: Adrian Bunk <[EMAIL PROTECTED]> AuthorDate: Wed Feb 13 23:29:42 2008 +0200 Committer: Ingo Molnar <[EMAIL PROTECTED]> CommitDate: Tue Feb 19 16:18:29 2008 +0100
x86: unexport io_delay_type Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- arch/x86/kernel/io_delay.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/io_delay.c b/arch/x86/kernel/io_delay.c index bd49321..c706a30 100644 --- a/arch/x86/kernel/io_delay.c +++ b/arch/x86/kernel/io_delay.c @@ -13,7 +13,6 @@ #include <asm/io.h> int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; -EXPORT_SYMBOL_GPL(io_delay_type); static int __initdata io_delay_override; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html