Merge tag 'microblaze-v5.20' of git://git.monstr.eu/linux-2.6-microblaze
[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];
 };