Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27748
b: refs/heads/master
c: 83ea4ef
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 8, 2006
1 parent 1bd36e6 commit 27894db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 6f18a022fb311f07f3b32f2c0e1b5c9477dc4439
refs/heads/master: 83ea4ef213628683e5a63f2987a91044ab868051
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/chips/cfi_cmdset_0002.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary)

return cfi_amdstd_setup(mtd);
}
EXPORT_SYMBOL(cfi_cmdset_0002);
EXPORT_SYMBOL_GPL(cfi_cmdset_0002);

static struct mtd_info *cfi_amdstd_setup(struct mtd_info *mtd)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/chips/cfi_cmdset_0020.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ struct mtd_info *cfi_cmdset_0020(struct map_info *map, int primary)

return cfi_staa_setup(map);
}
EXPORT_SYMBOL_GPL(cfi_cmdset_0020);

static struct mtd_info *cfi_staa_setup(struct map_info *map)
{
Expand Down

0 comments on commit 27894db

Please sign in to comment.