Commit dfaee339 authored by David S. Miller's avatar David S. Miller

[SPARC]: pcibios_enable_device has new mask argument.

parent 4627c87c
...@@ -853,7 +853,7 @@ void pcibios_align_resource(void *data, struct resource *res, ...@@ -853,7 +853,7 @@ void pcibios_align_resource(void *data, struct resource *res,
{ {
} }
int pcibios_enable_device(struct pci_dev *pdev) int pcibios_enable_device(struct pci_dev *pdev, int mask)
{ {
return 0; return 0;
} }
......
...@@ -365,7 +365,7 @@ void pcibios_align_resource(void *data, struct resource *res, ...@@ -365,7 +365,7 @@ void pcibios_align_resource(void *data, struct resource *res,
{ {
} }
int pcibios_enable_device(struct pci_dev *pdev) int pcibios_enable_device(struct pci_dev *pdev, int mask)
{ {
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment