X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fbcma%2Fdriver_pci.c;h=cf7a476a519f1809ec5313765c4e236e074a5230;hb=4c9014f2ca7e5ecf8806e838be0f07aa1810c985;hp=c39ee6d458506d6bb9c44eae651742e692255207;hpb=0074120228496d6fceb75ba17d21dc0b7476f8c4;p=~andy%2Flinux diff --git a/drivers/bcma/driver_pci.c b/drivers/bcma/driver_pci.c index c39ee6d4585..cf7a476a519 100644 --- a/drivers/bcma/driver_pci.c +++ b/drivers/bcma/driver_pci.c @@ -207,14 +207,14 @@ static void bcma_core_pci_config_fixup(struct bcma_drv_pci *pc) * Init. **************************************************/ -static void __devinit bcma_core_pci_clientmode_init(struct bcma_drv_pci *pc) +static void bcma_core_pci_clientmode_init(struct bcma_drv_pci *pc) { bcma_core_pci_fixcfg(pc); bcma_pcicore_serdes_workaround(pc); bcma_core_pci_config_fixup(pc); } -void __devinit bcma_core_pci_init(struct bcma_drv_pci *pc) +void bcma_core_pci_init(struct bcma_drv_pci *pc) { if (pc->setup_done) return;