diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-01-23 11:40:19 +0100 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2017-01-23 11:40:19 +0100 |
commit | f19c18408b515c5e33f96893cbe213d9ab30b904 (patch) | |
tree | 59a836c6c4dd36377fce657f4740264d9d7b95fb /driver/hdm-dim2/dim2_sysfs.c | |
parent | f3ef1a2aa46088c165d1f3b1844f747d395a4799 (diff) |
update driver packagedab_3.99.1dab/3.99.13.99.1
This patch updates the driver package to v1.4.0-stable.
Change-Id: I8cb5f5287c49ea7fc178816d3713099a6e3079a8
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'driver/hdm-dim2/dim2_sysfs.c')
-rw-r--r-- | driver/hdm-dim2/dim2_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/hdm-dim2/dim2_sysfs.c b/driver/hdm-dim2/dim2_sysfs.c index 2b28e4a..d8b22f9 100644 --- a/driver/hdm-dim2/dim2_sysfs.c +++ b/driver/hdm-dim2/dim2_sysfs.c @@ -39,7 +39,7 @@ static struct attribute *bus_default_attrs[] = { NULL, }; -static struct attribute_group bus_attr_group = { +static const struct attribute_group bus_attr_group = { .attrs = bus_default_attrs, }; |