Merge tag 'for-linus-2022080201' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / iio / adc / ti-ads8344.c
index c96d2a9..bbd85cb 100644 (file)
@@ -28,7 +28,7 @@ struct ads8344 {
         */
        struct mutex lock;
 
-       u8 tx_buf ____cacheline_aligned;
+       u8 tx_buf __aligned(IIO_DMA_MINALIGN);
        u8 rx_buf[3];
 };