Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 705099a7 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

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: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9076faa9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -217,7 +217,6 @@ static struct attribute *ad9852_attributes[] = {
};

static const struct attribute_group ad9852_attribute_group = {
	.name = DRV_NAME,
	.attrs = ad9852_attributes,
};

+0 −1
Original line number Diff line number Diff line
@@ -352,7 +352,6 @@ static struct attribute *ad9910_attributes[] = {
};

static const struct attribute_group ad9910_attribute_group = {
	.name = DRV_NAME,
	.attrs = ad9910_attributes,
};

+0 −1
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@ static struct attribute *ad9951_attributes[] = {
};

static const struct attribute_group ad9951_attribute_group = {
	.name = DRV_NAME,
	.attrs = ad9951_attributes,
};

+0 −1
Original line number Diff line number Diff line
@@ -639,7 +639,6 @@ static struct attribute *ad2s1210_attributes[] = {
};

static const struct attribute_group ad2s1210_attribute_group = {
	.name = DRV_NAME,
	.attrs = ad2s1210_attributes,
};

+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ static struct attribute *ad2s90_attributes[] = {
};

static const struct attribute_group ad2s90_attribute_group = {
	.name = DRV_NAME,
	.attrs = ad2s90_attributes,
};