linux/arch/x86/pci
Márton Németh 6e33a852a3 x86/PCI/ACPI: fix type mismatch
The flags field of struct resource from linux/ioport.h is "unsigned
long". Change the "type" parameter of coalesce_windows() function to
match that field. This fixes the following warning messages when
compiling with "make C=1 W=1 bzImage modules":

arch/x86/pci/acpi.c: In function ‘coalesce_windows’:
arch/x86/pci/acpi.c:198: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result
arch/x86/pci/acpi.c:203: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2011-06-01 11:51:05 -07:00
..
acpi.c x86/PCI/ACPI: fix type mismatch 2011-06-01 11:51:05 -07:00
amd_bus.c
broadcom_bus.c
bus_numa.c
bus_numa.h
ce4100.c
common.c
direct.c x86/PCI: Convert release_resource to release_region/release_mem_region 2011-05-10 15:43:30 -07:00
early.c
fixup.c
i386.c x86: Fix common misspellings 2011-03-18 10:39:30 +01:00
init.c
irq.c x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDs 2011-05-10 15:43:36 -07:00
legacy.c
Makefile
mmconfig_32.c
mmconfig_64.c
mmconfig-shared.c x86/PCI: derive pcibios_last_bus from ACPI MCFG 2011-05-21 09:00:35 -07:00
mrst.c
numaq_32.c
olpc.c
pcbios.c
visws.c
xen.c xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set. 2011-05-16 13:47:30 -04:00