PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.h
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 4 Jan 2013 19:13:15 +0000 (12:13 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 4 Jan 2013 19:13:15 +0000 (12:13 -0700)
__pci_enable_device_flags() takes values like IORESOURCE_IO and
IORESOURCE_MEM, which are values for struct resource.flags, which is
"unsigned long", not "resource_size_t".

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found