aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/kernel/pci.c')
-rw-r--r--arch/xtensa/kernel/pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/pci.c b/arch/xtensa/kernel/pci.c
index cd1026931203..644b2d4b299d 100644
--- a/arch/xtensa/kernel/pci.c
+++ b/arch/xtensa/kernel/pci.c
@@ -227,6 +227,11 @@ char __init *pcibios_setup(char *str)
227 return str; 227 return str;
228} 228}
229 229
230void pcibios_set_master(struct pci_dev *dev)
231{
232 /* No special bus mastering setup handling */
233}
234
230/* the next one is stolen from the alpha port... */ 235/* the next one is stolen from the alpha port... */
231 236
232void __init 237void __init