staging:iio:various Stop drivers putting sysfs attributes in a directory named after the device.

No idea how this particularly 'quirk' got in there in the first
place.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jonathan Cameron 2011-08-12 16:55:37 +01:00 committed by Greg Kroah-Hartman
parent 9076faa9af
commit 705099a763
5 changed files with 0 additions and 5 deletions

View File

@ -217,7 +217,6 @@ static struct attribute *ad9852_attributes[] = {
};
static const struct attribute_group ad9852_attribute_group = {
.name = DRV_NAME,
.attrs = ad9852_attributes,
};

View File

@ -352,7 +352,6 @@ static struct attribute *ad9910_attributes[] = {
};
static const struct attribute_group ad9910_attribute_group = {
.name = DRV_NAME,
.attrs = ad9910_attributes,
};

View File

@ -161,7 +161,6 @@ static struct attribute *ad9951_attributes[] = {
};
static const struct attribute_group ad9951_attribute_group = {
.name = DRV_NAME,
.attrs = ad9951_attributes,
};

View File

@ -639,7 +639,6 @@ static struct attribute *ad2s1210_attributes[] = {
};
static const struct attribute_group ad2s1210_attribute_group = {
.name = DRV_NAME,
.attrs = ad2s1210_attributes,
};

View File

@ -58,7 +58,6 @@ static struct attribute *ad2s90_attributes[] = {
};
static const struct attribute_group ad2s90_attribute_group = {
.name = DRV_NAME,
.attrs = ad2s90_attributes,
};