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 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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

