[IA64] fix iosapic_remove build error for !HOTPLUG
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Wed, 10 Aug 2005 09:49:00 +0000 (02:49 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 10 Aug 2005 22:42:41 +0000 (15:42 -0700)
This patch removes the following stupid compile error that happens
when CONFIG_HOTPLUG is not defined on ia64.

     arch/ia64/kernel/built-in.o(.text+0x712): In function `acpi_unregister_ioapic':
     : undefined reference to `iosapic_remove'

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found