Files
linux/drivers/pci
Andrew Morton 0a71220bc6 drivers/pci/intel-iommu.c: fix build with older gcc's
commit df08cdc7ef upstream.

drivers/pci/intel-iommu.c: In function `__iommu_calculate_agaw':
drivers/pci/intel-iommu.c:437: sorry, unimplemented: inlining failed in call to 'width_to_agaw': function body not available
drivers/pci/intel-iommu.c:445: sorry, unimplemented: called from here

Move the offending function (and its siblings) to top-of-file, remove the
forward declaration.

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=17441

Reported-by: Martin Mokrejs <mmokrejs@ribosome.natur.cuni.cz>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-26 17:21:26 -07:00
..
2009-06-16 14:29:33 -07:00
2009-05-12 12:17:36 +02:00
2010-08-02 10:20:42 -07:00
2009-09-09 14:06:49 -07:00
2010-08-13 13:19:34 -07:00
2009-02-13 12:01:56 -08:00
2009-06-29 12:13:56 -07:00
2009-07-12 12:22:34 -07:00