diff options
| author | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-12-16 14:44:49 -0800 |
| commit | bcfbff2ea3165d07775097df710cb4241fcd2567 (patch) | |
| tree | a0a472be468433aaf0b81d0d54427353b56429d9 /include/linux/iio/buffer_impl.h | |
| parent | 8b777594d2341a82f00b57c020f8af05bded1178 (diff) | |
| parent | 77856d911a8c8724ee8e2b09d55979fc1de8f1c0 (diff) | |
Merge branch 'master' into mm-stable
Diffstat (limited to 'include/linux/iio/buffer_impl.h')
| -rw-r--r-- | include/linux/iio/buffer_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/buffer_impl.h b/include/linux/iio/buffer_impl.h index e2ca8ea23e19..89c3fd7c29ca 100644 --- a/include/linux/iio/buffer_impl.h +++ b/include/linux/iio/buffer_impl.h @@ -123,7 +123,7 @@ struct iio_buffer { struct attribute_group buffer_group; /* @attrs: Standard attributes of the buffer. */ - const struct attribute **attrs; + const struct iio_dev_attr **attrs; /* @demux_bounce: Buffer for doing gather from incoming scan. */ void *demux_bounce; |