Commit 415208b2 authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

Cc: Ben Dooks <ben@simtec.co.uk>

Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 89fdbef9
...@@ -350,7 +350,7 @@ static ssize_t chip_names_show(struct device *dev, ...@@ -350,7 +350,7 @@ static ssize_t chip_names_show(struct device *dev,
return ptr; return ptr;
} }
DEVICE_ATTR(names, 0444, chip_names_show, NULL); static DEVICE_ATTR(names, 0444, chip_names_show, NULL);
static const struct attribute *gpiochip_attrs[] = { static const struct attribute *gpiochip_attrs[] = {
&dev_attr_base.attr, &dev_attr_base.attr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment