Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-2.6-microblaze.git] / drivers / iio / adc / max1241.c
index a5afd84..a815ad1 100644 (file)
@@ -26,7 +26,7 @@ struct max1241 {
        struct regulator *vref;
        struct gpio_desc *shutdown;
 
-       __be16 data ____cacheline_aligned;
+       __be16 data __aligned(IIO_DMA_MINALIGN);
 };
 
 static const struct iio_chan_spec max1241_channels[] = {