Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6906b0ec authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Mark Brown
Browse files

spi: spi-pxa2xx: Remove unused macro



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

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1001354c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ static inline void pxa2xx_spi_write(const struct driver_data *drv_data,
#define DONE_STATE ((void *)2)
#define ERROR_STATE ((void *)-1)

#define IS_DMA_ALIGNED(x)	IS_ALIGNED((unsigned long)(x), DMA_ALIGNMENT)
#define DMA_ALIGNMENT		8

static inline int pxa25x_ssp_comp(struct driver_data *drv_data)