Browse Source

iio: adc: max1363: leave sysfs naming to the core

This shouldn't actually change anything since the core calls the events
sysfs folder "events" anyways.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Martin Kepplinger 10 years ago
parent
commit
d2654817ea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/iio/adc/max1363.c

+ 0 - 1
drivers/iio/adc/max1363.c

@@ -1007,7 +1007,6 @@ static struct attribute *max1363_event_attributes[] = {
 
 
 static struct attribute_group max1363_event_attribute_group = {
 static struct attribute_group max1363_event_attribute_group = {
 	.attrs = max1363_event_attributes,
 	.attrs = max1363_event_attributes,
-	.name = "events",
 };
 };
 
 
 static int max1363_update_scan_mode(struct iio_dev *indio_dev,
 static int max1363_update_scan_mode(struct iio_dev *indio_dev,