···50105010#ifdef CONFIG_B43_BCMA50115011static int b43_bcma_probe(struct bcma_device *core)50125012{50135013+ struct b43_bus_dev *dev;50145014+50155015+ dev = b43_bus_dev_bcma_init(core);50165016+ if (!dev)50175017+ return -ENODEV;50185018+50135019 b43err(NULL, "BCMA is not supported yet!");50205020+ kfree(dev);50145021 return -EOPNOTSUPP;50155022}50165023