On Wed, Jan 21, 2015 at 12:24:47PM +0000, Mark Brown wrote:
On Wed, Jan 21, 2015 at 12:05:24PM +0000, Will Deacon wrote:
On Wed, Jan 21, 2015 at 11:35:24AM +0000, Mark Brown wrote:
arm64-allmodconfig ../arch/arm64/mm/dump.c:55:20: error: 'PCI_IOBASE' undeclared here (not in a function)
-next is still failing to build arm64 allmodconfig due to the above - a fix was proposed by Mark Rutland but it seems not to have turned up.
The fix was part of a two-patch series that didn't get resolved afaict. If we want to fix this for 3.19, I'd rather have the bare minimum #include fix and then tackle the problem properly for 3.20.
Rutland?
Well, I sent a version of that bare minimum fix which I can resend with the ordering tweaked. We should fix this, it would be a regression and it's pretty annoying for the build testers.
Well, it would be a regression in 3.20, not 3.19, right?
Anyway, I'm happy to apply the tweaked version once you've resent it.
Will