lkml.org 
[lkml]   [2008]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] x86: unexport io_delay_type
This patch removes the unused EXPORT_SYMBOL_GPL(io_delay_type).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

BTW:
I really think boot option + kconfig option + sysctl is overkill for
the rare case where this stuff matters at all, and the boot option alone
woud be enough.

5e5912ea3d9626284f74afb78ebe7fa820b4e63b
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;


\
 
 \ /
  Last update: 2008-02-13 22:37    [W:0.032 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site