diff options
Diffstat (limited to 'drivers/pci/xen-pcifront.c')
-rw-r--r-- | drivers/pci/xen-pcifront.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 0aab85a51559..db542f4196a4 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c | |||
@@ -412,7 +412,7 @@ static int pcifront_claim_resource(struct pci_dev *dev, void *data) | |||
412 | return 0; | 412 | return 0; |
413 | } | 413 | } |
414 | 414 | ||
415 | static int __devinit pcifront_scan_bus(struct pcifront_device *pdev, | 415 | static int pcifront_scan_bus(struct pcifront_device *pdev, |
416 | unsigned int domain, unsigned int bus, | 416 | unsigned int domain, unsigned int bus, |
417 | struct pci_bus *b) | 417 | struct pci_bus *b) |
418 | { | 418 | { |
@@ -441,7 +441,7 @@ static int __devinit pcifront_scan_bus(struct pcifront_device *pdev, | |||
441 | return 0; | 441 | return 0; |
442 | } | 442 | } |
443 | 443 | ||
444 | static int __devinit pcifront_scan_root(struct pcifront_device *pdev, | 444 | static int pcifront_scan_root(struct pcifront_device *pdev, |
445 | unsigned int domain, unsigned int bus) | 445 | unsigned int domain, unsigned int bus) |
446 | { | 446 | { |
447 | struct pci_bus *b; | 447 | struct pci_bus *b; |
@@ -503,7 +503,7 @@ err_out: | |||
503 | return err; | 503 | return err; |
504 | } | 504 | } |
505 | 505 | ||
506 | static int __devinit pcifront_rescan_root(struct pcifront_device *pdev, | 506 | static int pcifront_rescan_root(struct pcifront_device *pdev, |
507 | unsigned int domain, unsigned int bus) | 507 | unsigned int domain, unsigned int bus) |
508 | { | 508 | { |
509 | int err; | 509 | int err; |
@@ -834,7 +834,7 @@ out: | |||
834 | return err; | 834 | return err; |
835 | } | 835 | } |
836 | 836 | ||
837 | static int __devinit pcifront_try_connect(struct pcifront_device *pdev) | 837 | static int pcifront_try_connect(struct pcifront_device *pdev) |
838 | { | 838 | { |
839 | int err = -EFAULT; | 839 | int err = -EFAULT; |
840 | int i, num_roots, len; | 840 | int i, num_roots, len; |
@@ -924,7 +924,7 @@ out: | |||
924 | return err; | 924 | return err; |
925 | } | 925 | } |
926 | 926 | ||
927 | static int __devinit pcifront_attach_devices(struct pcifront_device *pdev) | 927 | static int pcifront_attach_devices(struct pcifront_device *pdev) |
928 | { | 928 | { |
929 | int err = -EFAULT; | 929 | int err = -EFAULT; |
930 | int i, num_roots, len; | 930 | int i, num_roots, len; |