diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2016-11-14 12:24:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-14 14:52:04 +0100 |
commit | 6906b0ec5cdef784102e7699807df140eeaba133 (patch) | |
tree | 9681eca23cc45f0f57d99f3521f2c1f9206875ef /drivers/spi/spi-pxa2xx.h | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-6906b0ec5cdef784102e7699807df140eeaba133.tar.xz linux-6906b0ec5cdef784102e7699807df140eeaba133.zip |
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>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.h')
-rw-r--r-- | drivers/spi/spi-pxa2xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index ce31b8199bb3..2823a00a9405 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h @@ -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) |