diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 23:29:42 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-19 16:18:29 +0100 |
commit | d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7 (patch) | |
tree | 2a39e98dcf7a9d37389177589576a837e665f3f7 /arch/x86 | |
parent | 148a142495f40d3da729d62cb7127ccb26223106 (diff) | |
download | op-kernel-dev-d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7.zip op-kernel-dev-d3cfeb4fbe2a5e88fd5f98892f4dc49dcab8a9e7.tar.gz |
x86: unexport io_delay_type
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: hpa@zytor.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | 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; |