Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: spi-pxa2xx: Remove unused macro

IS_DMA_ALIGNED() became unused by the commit 6356437e65c2
("spi: spi-pxa2xx: remove legacy PXA DMA bits").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jarkko Nikula and committed by
Mark Brown
6906b0ec 1001354c

-1
-1
drivers/spi/spi-pxa2xx.h
··· 109 109 #define DONE_STATE ((void *)2) 110 110 #define ERROR_STATE ((void *)-1) 111 111 112 - #define IS_DMA_ALIGNED(x) IS_ALIGNED((unsigned long)(x), DMA_ALIGNMENT) 113 112 #define DMA_ALIGNMENT 8 114 113 115 114 static inline int pxa25x_ssp_comp(struct driver_data *drv_data)