From: Adrian Bunk Date: Fri, 14 Jul 2006 07:24:15 +0000 (-0700) Subject: [PATCH] unexport open_softirq X-Git-Tag: v2.6.18-rc2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc02d8412b422388f86b09ae40d762c0bc05290;p=pandora-kernel.git [PATCH] unexport open_softirq Christoph Hellwig: open_softirq just enables a softirq. The softirq array is statically allocated so to add a new one you would have to patch the kernel. So there's no point to keep this export at all as any user would have to patch the enum in include/linux/interrupt.h anyway. Signed-off-by: Adrian Bunk Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed