[PATCH v3 01/15] ARM: pxa: Don't rely on public mmc header to include leds.h
From: robert.jarzmik@free.fr (Robert Jarzmik)
Date: 2017-01-20 19:34:29
Also in:
linux-mmc
From: robert.jarzmik@free.fr (Robert Jarzmik)
Date: 2017-01-20 19:34:29
Also in:
linux-mmc
Ulf Hansson [off-list ref] writes:
On 20 January 2017 at 09:01, Robert Jarzmik [off-list ref] wrote:quoted
Ulf Hansson [off-list ref] writes: So I was wondering how you made the choice of which files you add the include to and which you don't touch ?By building the pxa_defconfig, see what errors it reports and then fix them. Isn't pxa_defconfig building all the variants?
Euh actually it should, but it's not. The file was built from all _existing_ pxa defconfigs in arch/arm/configs/. The trick is that there were many pxa boards for which no defconfig file was available, and therefore they "escape" the pxa_defconfig coverage. Cheers. -- Robert