commit | ce1fc742f9703eeda0787b449ac57a780585bc97 | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <yamahata@valinux.co.jp> | Fri Oct 17 11:17:42 2008 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Fri Oct 17 09:50:55 2008 -0700 |
tree | 700ad6f897ed3d3b2c6b2af5761fdda10302c6fe | |
parent | 749da7912e1270abbbaef04112a7a78febf3f0f4 [diff] |
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 <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>