From: Isaku Yamahata Date: Fri, 17 Oct 2008 02:17:42 +0000 (+0900) Subject: ia64/pv_ops: avoid name conflict of get_irq_chip(). X-Git-Tag: v2.6.28-rc1~64^2~1^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1fc742f9703eeda0787b449ac57a780585bc97;p=pandora-kernel.git ia64/pv_ops: avoid name conflict of get_irq_chip(). The macro get_irq_chip() is defined in linux/include/linux/irq.h which cause name conflict with one in linux/arch/ia64/include/asm/paravirt.h. rename the latter to __get_irq_chip(). Signed-off-by: Isaku Yamahata Signed-off-by: Tony Luck --- Reading git-diff-tree failed