Re: [PATCH] dmaengine: PL08x: Avoid collisions with get_signal() macro

2013-06-20 Thread Vinod Koul
On Wed, Jun 19, 2013 at 08:38:28PM +0100, Mark Brown wrote: > As pointed out by Arnd Bergmann there is a get_signal macro definied in > linux/signal.h which can conflict with the platform data callback > function of the same name leading to confusing errors from the compiler > (especially if signal

Re: [PATCH] dmaengine: PL08x: Avoid collisions with get_signal() macro

2013-06-19 Thread Arnd Bergmann
On Wednesday 19 June 2013, Mark Brown wrote: > As pointed out by Arnd Bergmann there is a get_signal macro definied in > linux/signal.h which can conflict with the platform data callback > function of the same name leading to confusing errors from the compiler > (especially if signal.h manages to g

[PATCH] dmaengine: PL08x: Avoid collisions with get_signal() macro

2013-06-19 Thread Mark Brown
As pointed out by Arnd Bergmann there is a get_signal macro definied in linux/signal.h which can conflict with the platform data callback function of the same name leading to confusing errors from the compiler (especially if signal.h manages to get pulled into the driver itself due to header depend