From: Thomas Gleixner Date: Fri, 15 Oct 2010 22:38:50 +0000 (-0700) Subject: x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() X-Git-Tag: v2.6.38-rc1~458^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f9b267159b4c7ff59d2e6c8ed31693eff841e3;p=pandora-kernel.git x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() probe_br_irqs_gsi() is called right after ioapic_init_mappings() and there are no other users. Move it into ioapic_init_mappings() so the declaration can disappear and the function can become static. Rename ioapic_init_mappings() to ioapic_and_gsi_init() to reflect that change. Signed-off-by: Thomas Gleixner LKML-Reference: <1287510389-8388-2-git-send-email-dirk.brandewie@gmail.com> Signed-off-by: Dirk Brandewie --- Reading git-diff-tree failed