Re: [RFC][PATCH 07/10] bcma: add pci(e) host mode
From: Rafał Miłecki <zajec5@gmail.com>
Date: 2011-06-06 11:34:24
Also in:
linux-mips
From: Rafał Miłecki <zajec5@gmail.com>
Date: 2011-06-06 11:34:24
Also in:
linux-mips
2011/6/6 Hauke Mehrtens [off-list ref]:
+#ifdef CONFIG_BCMA_PCICORE_HOSTMODE +/* driver_pci_host.c */ +extern int bcma_pcicore_is_in_hostmode(struct bcma_drv_pci *pc); +extern void bcma_pcicore_init_hostmode(struct bcma_drv_pci *pc); +#endif /* CONFIG_BCMA_PCICORE_HOSTMODE */
I don't know if I'm overreacting, but I really don't like naming mess in the ssb. Why don't you use bcma_core_pci_* to be consistent? -- Rafał