From: Adrian Bunk Date: Wed, 13 Feb 2008 21:29:42 +0000 (+0200) Subject: x86: unexport io_delay_type X-Git-Tag: v3.12-rc1~22767^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7;p=kernel%2Fkernel-generic.git x86: unexport io_delay_type Signed-off-by: Adrian Bunk Cc: hpa@zytor.com Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; -EXPORT_SYMBOL_GPL(io_delay_type); static int __initdata io_delay_override;