summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad799x.c
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2015-09-25 11:54:01 +0200
committerJonathan Cameron <jic23@kernel.org>2015-09-30 18:20:53 +0100
commit443f33e9581c3c98ef5e7ec2236b655a9afe1c1d (patch)
tree0b98cfbffa05e2913e8d045521df2f8057b7a8ae /drivers/iio/adc/ad799x.c
parente38f898320b4a91d382036d1a34e8ae64cade1f6 (diff)
iio: adc: ad799x: leave sysfs naming to the core
This shouldn't change anything since the core calls the events folder "events" anyways. Signed-off-by: Martin Kepplinger <martink@posteo.de> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/ad799x.c')
-rw-r--r--drivers/iio/adc/ad799x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad799x.c b/drivers/iio/adc/ad799x.c
index b99de00e57b8..01d71588d752 100644
--- a/drivers/iio/adc/ad799x.c
+++ b/drivers/iio/adc/ad799x.c
@@ -528,7 +528,6 @@ static struct attribute *ad799x_event_attributes[] = {
static struct attribute_group ad799x_event_attrs_group = {
.attrs = ad799x_event_attributes,
- .name = "events",
};
static const struct iio_info ad7991_info = {