Boardflags are board (SPROM to say exactly) specific, so should be defined in ssb code. It does not make sense to redefine them over and over in every driver.
This is the real fix for: linux-next-20110722/drivers/bcma/driver_pci.c:175: error: 'SSB_PCICORE_BFL_NOPCI' undeclared (first use in this function) Ideally that patches should replace [PATCH] bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakage Rafał Miłecki (2): ssb: define boardflags bcma: use boardflags define from ssb code drivers/bcma/driver_pci.c | 2 +- include/linux/ssb/ssb_regs.h | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletions(-) -- 1.7.3.4 _______________________________________________ b43-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/b43-dev
