From: Sam Ravnborg Date: Tue, 29 May 2012 08:14:14 +0000 (+0000) Subject: sparc: fix sparc64 build due to leon.h inclusion X-Git-Tag: v3.5-rc1~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49e6ff553ffee2e747a8e331a9dcf3a80555944;p=pandora-kernel.git sparc: fix sparc64 build due to leon.h inclusion Stephen Rothwell reported following error: In file included from arch/sparc/kernel/prom_common.c:26:0: arch/sparc/include/asm/leon.h:221:9: error: unknown type name 'irq_flow_handler_t' arch/sparc/include/asm/leon.h:224:10: error: unknown type name 'irq_flow_handler_t' Fix this by: 1) Avoid including leon.h in prom_commen.h (not needed) 2) Include irq.h in leon.h to avoid the missing symbol error Signed-off-by: Sam Ravnborg Cc: Stephen Rothwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed