iio: buffer: remove attrcount_orig var from sysfs creation
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Mon, 11 May 2020 12:53:22 +0000 (15:53 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 16 May 2020 16:57:15 +0000 (17:57 +0100)
commit96144d43fd01cddfcbb9851e911c9c3124c53dc6
treeb9bddea4a0451a7200ffc72db726592b358b0ee7
parent8712b3098b3d0397fc712382b5462fad3ca8dd0b
iio: buffer: remove attrcount_orig var from sysfs creation

The variable no longer does anything.
It should have been removed with commit 2e036804d773e ("iio: buffer: remove
'scan_el_attrs' attribute group from buffer struct").
That was about the last time this was needed.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-buffer.c