Re: [PATCH] mfd: davinci_voicecodec: remove pointless #include

2019-07-01 Thread Sekhar Nori
On 28/06/19 4:17 PM, Arnd Bergmann wrote: > [I missed the davinci maintainers on cc here, sorry] > > On Fri, Jun 28, 2019 at 12:41 PM Arnd Bergmann wrote: >> >> When building davinci as multiplatform, we get a build error >> in this file: >> >> drivers/mfd/davinci_voicecodec.c:22:10: fatal error:

Re: [PATCH] mfd: davinci_voicecodec: remove pointless #include

2019-06-28 Thread Arnd Bergmann
[I missed the davinci maintainers on cc here, sorry] On Fri, Jun 28, 2019 at 12:41 PM Arnd Bergmann wrote: > > When building davinci as multiplatform, we get a build error > in this file: > > drivers/mfd/davinci_voicecodec.c:22:10: fatal error: 'mach/hardware.h' file > not found > > The header i

[PATCH] mfd: davinci_voicecodec: remove pointless #include

2019-06-28 Thread Arnd Bergmann
When building davinci as multiplatform, we get a build error in this file: drivers/mfd/davinci_voicecodec.c:22:10: fatal error: 'mach/hardware.h' file not found The header is only used to access the io_v2p() macro, but the result is already known because that comes from the resource a little bit