Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165453
b: refs/heads/master
c: fca9108
h: refs/heads/master
i:
  165451: 1e00a2a
v: v3
  • Loading branch information
H Hartley Sweeten authored and David Woodhouse committed Sep 4, 2009
1 parent d7c07d6 commit 704286b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0acfe530a2be9192861b84566625ba9b95703226
refs/heads/master: fca910883324d437a24d447b08f524fa19261a94
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/mtdcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ static struct attribute *mtd_attrs[] = {
NULL,
};

struct attribute_group mtd_group = {
static struct attribute_group mtd_group = {
.attrs = mtd_attrs,
};

struct attribute_group *mtd_groups[] = {
static struct attribute_group *mtd_groups[] = {
&mtd_group,
NULL,
};
Expand Down

0 comments on commit 704286b

Please sign in to comment.