summaryrefslogtreecommitdiff
path: root/drivers/iio/light/rohm-bu27034.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/rohm-bu27034.c')
-rw-r--r--drivers/iio/light/rohm-bu27034.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/rohm-bu27034.c b/drivers/iio/light/rohm-bu27034.c
index 76711c3cdf7c..29da3313addb 100644
--- a/drivers/iio/light/rohm-bu27034.c
+++ b/drivers/iio/light/rohm-bu27034.c
@@ -205,7 +205,7 @@ struct bu27034_data {
struct {
u32 mlux;
__le16 channels[BU27034_NUM_HW_DATA_CHANS];
- s64 ts __aligned(8);
+ aligned_s64 ts;
} scan;
};