From: Geert Uytterhoeven Date: Fri, 26 Jun 2015 12:42:45 +0000 (+0200) Subject: of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh X-Git-Tag: omap-for-v4.2/fixes-rc1^2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a9b733e644ab4cc8e2a98950a36ddb12b8c54e;p=pandora-kernel.git of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh Now CONFIG_OF can be enabled on sh: drivers/of/irq.c:472:8: error: redefinition of 'struct intc_desc' include/linux/sh_intc.h:109:8: note: originally defined here As "intc_desc" is used all over the place in sh platform code, while drivers/of/irq.c has a local definition used in a single function, rename the latter by prefixing it with "of_". Signed-off-by: Geert Uytterhoeven Signed-off-by: Grant Likely --- Reading git-diff-tree failed