From: Alexandre Belloni Date: Wed, 30 Sep 2020 14:56:54 +0000 (+0200) Subject: i2c: at91: remove legacy DMA left overs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=46d43ee48d4fed3f8a5c93295f5a414c71a30fd4;p=linux.git i2c: at91: remove legacy DMA left overs Commit dc6df6e90de9 ("i2c: at91: remove legacy DMA support") removed legcy DMA support from the driver. Remove the last use of the definitions from linux/platform_data/dma-atmel.h and stop including this header. Signed-off-by: Alexandre Belloni Reviewed-by: Codrin Ciubotariu [wsa: fixed typo in subject] Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-at91-master.c b/drivers/i2c/busses/i2c-at91-master.c index 66864f9cf7ac5..1cceb68666890 100644 --- a/drivers/i2c/busses/i2c-at91-master.c +++ b/drivers/i2c/busses/i2c-at91-master.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include "i2c-at91.h" diff --git a/drivers/i2c/busses/i2c-at91.h b/drivers/i2c/busses/i2c-at91.h index eae673ae786cd..942e9c3973bb5 100644 --- a/drivers/i2c/busses/i2c-at91.h +++ b/drivers/i2c/busses/i2c-at91.h @@ -18,7 +18,6 @@ #include #include #include -#include #include #define AT91_I2C_TIMEOUT msecs_to_jiffies(100) /* transfer timeout */ @@ -123,7 +122,6 @@ struct at91_twi_pdata { bool has_adv_dig_filtr; bool has_ana_filtr; bool has_clear_cmd; - struct at_dma_slave dma_slave; }; struct at91_twi_dma {