diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-10-15 15:27:23 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:53:15 +0200 |
commit | d6c88a507ef0b6afdb013cba4e7804ba7324d99a (patch) | |
tree | cdc4041acc212585e3920ad50bf2574cec04076d /arch/Kconfig | |
parent | ee32c9732244bde4b9b59eeac2814c23e2b71f8d (diff) | |
download | talos-op-linux-d6c88a507ef0b6afdb013cba4e7804ba7324d99a.tar.gz talos-op-linux-d6c88a507ef0b6afdb013cba4e7804ba7324d99a.zip |
genirq: revert dynarray
Revert the dynarray changes. They need more thought and polishing.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index c8a7c2eb6490..071004d3a1b1 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -102,7 +102,3 @@ config HAVE_CLK help The <linux/clk.h> calls support software clock gating and thus are a key power management tool on many systems. - -config HAVE_DYN_ARRAY - def_bool n - |