pci-bcm47xx.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | pci-bcm47xx.c (19a8d6b7604df85402deecae01d7861cb1d40c89) |
---|---|
1/* 2 * Copyright (C) 2008 Aurelien Jarno <aurelien@aurel32.net> 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 14 unchanged lines hidden (view full) --- 23 */ 24 25#include <linux/types.h> 26#include <linux/pci.h> 27#include <linux/ssb/ssb.h> 28#include <linux/bcma/bcma.h> 29#include <bcm47xx.h> 30 | 1/* 2 * Copyright (C) 2008 Aurelien Jarno <aurelien@aurel32.net> 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 14 unchanged lines hidden (view full) --- 23 */ 24 25#include <linux/types.h> 26#include <linux/pci.h> 27#include <linux/ssb/ssb.h> 28#include <linux/bcma/bcma.h> 29#include <bcm47xx.h> 30 |
31int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | 31int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) |
32{ 33 return 0; 34} 35 36#ifdef CONFIG_BCM47XX_SSB 37static int bcm47xx_pcibios_plat_dev_init_ssb(struct pci_dev *dev) 38{ 39 int res; --- 65 unchanged lines hidden --- | 32{ 33 return 0; 34} 35 36#ifdef CONFIG_BCM47XX_SSB 37static int bcm47xx_pcibios_plat_dev_init_ssb(struct pci_dev *dev) 38{ 39 int res; --- 65 unchanged lines hidden --- |