From: Magnus Damm Date: Tue, 9 Feb 2010 04:24:46 +0000 (+0000) Subject: sh: extend INTC with struct intc_hw_desc X-Git-Tag: v2.6.34-rc1~285^2~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577cd7584cf5199f1ea22cca0ad1fa129a98effa;p=pandora-kernel.git sh: extend INTC with struct intc_hw_desc This patch updates the INTC code by moving all vectors, groups and registers from struct intc_desc to struct intc_hw_desc. The idea is that INTC tables should go from using the macro(s) DECLARE_INTC_DESC..() only to using struct intc_desc with name and hw initialized using the macro INTC_HW_DESC(). This move makes it easy to initialize an extended struct intc_desc in the future. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed