From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Fri, 21 Jun 2013 11:31:58 +0530 Subject: [PATCH] dmaengine: PL08x: Avoid collisions with get_signal() macro In-Reply-To: <1371670708-26161-1-git-send-email-broonie@linaro.org> References: <1371670708-26161-1-git-send-email-broonie@linaro.org> Message-ID: <20130621060158.GD23141@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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.h manages to get pulled into the driver itself due > to header dependencies). Avoid such errors by renaming get_signal and > put_signal in the platform data to get_xfer_signal and put_xfer_signal. > > Signed-off-by: Mark Brown Applied, thanks -- ~Vinod