summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure/hsc030pa.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/pressure/hsc030pa.h')
-rw-r--r--drivers/iio/pressure/hsc030pa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/pressure/hsc030pa.h b/drivers/iio/pressure/hsc030pa.h
index 9b40f46f575f..5db46784f4c6 100644
--- a/drivers/iio/pressure/hsc030pa.h
+++ b/drivers/iio/pressure/hsc030pa.h
@@ -58,7 +58,7 @@ struct hsc_data {
s32 p_offset_dec;
struct {
__be16 chan[2];
- s64 timestamp __aligned(8);
+ aligned_s64 timestamp;
} scan;
u8 buffer[HSC_REG_MEASUREMENT_RD_SIZE] __aligned(IIO_DMA_MINALIGN);
};