Re: [PATCH] arm64: wire in generic parport.h

2013-08-20 Thread Mark Salter
On Sun, 2013-08-18 at 22:25 +0200, Geert Uytterhoeven wrote: > On Sun, Aug 18, 2013 at 6:01 PM, Mark Salter wrote: > > The arm64 port doesn't provide a parport.h which causes a build failure > > with some configurations: > > > > drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No

Re: [PATCH] arm64: wire in generic parport.h

2013-08-18 Thread Mark Salter
On Sun, 2013-08-18 at 22:25 +0200, Geert Uytterhoeven wrote: > On Sun, Aug 18, 2013 at 6:01 PM, Mark Salter wrote: > > The arm64 port doesn't provide a parport.h which causes a build failure > > with some configurations: > > > > drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No

Re: [PATCH] arm64: wire in generic parport.h

2013-08-18 Thread Geert Uytterhoeven
On Sun, Aug 18, 2013 at 6:01 PM, Mark Salter wrote: > The arm64 port doesn't provide a parport.h which causes a build failure > with some configurations: > > drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such > file or directory >#include > > This patch wires in the ge