Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171604
b: refs/heads/master
c: 302689a
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and David S. Miller committed Nov 17, 2009
1 parent c53163a commit 9edba89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b76965e02bfdd4164c00bf946ff6ca1818ed9fcd
refs/heads/master: 302689ac47b563f9d4d8318f399bae225658eec8
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static struct attribute_group claw_group_attr_group = {
.attrs = claw_group_attrs,
};

static struct attribute_group *claw_group_attr_groups[] = {
static const struct attribute_group *claw_group_attr_groups[] = {
&claw_group_attr_group,
NULL,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/ctcm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ static struct attribute_group ctcm_group_attr_group = {
.attrs = ctcm_group_attrs,
};

static struct attribute_group *ctcm_group_attr_groups[] = {
static const struct attribute_group *ctcm_group_attr_groups[] = {
&ctcm_group_attr_group,
NULL,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ static struct attribute_group lcs_group_attr_group = {
.attrs = lcs_group_attrs,
};

static struct attribute_group *lcs_group_attr_groups[] = {
static const struct attribute_group *lcs_group_attr_groups[] = {
&lcs_group_attr_group,
NULL,
};
Expand Down

0 comments on commit 9edba89

Please sign in to comment.