iio:ad5421: Mark transfer buffer as __be32
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / iio / dac / ad5421.c
index 7d1e908..59a0cb5 100644 (file)
@@ -75,7 +75,7 @@ struct ad5421_state {
         * transfer buffers to live in their own cache lines.
         */
        union {
-               u32 d32;
+               __be32 d32;
                u8 d8[4];
        } data[2] ____cacheline_aligned;
 };