Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363124
b: refs/heads/master
c: a1a906c
h: refs/heads/master
v: v3
  • Loading branch information
David Brown authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 03a7025 commit c766992
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: e44b0ceee4cc2a926225e73ac1e20b9a5bb22c2d
refs/heads/master: a1a906c5721f05252e0dbd4b11ef25539d7bd9d0
4 changes: 2 additions & 2 deletions trunk/drivers/ssbi/ssbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ int msm_ssbi_read(struct device *dev, u16 addr, u8 *buf, int len)

return ret;
}
EXPORT_SYMBOL(msm_ssbi_read);
EXPORT_SYMBOL_GPL(msm_ssbi_read);

int msm_ssbi_write(struct device *dev, u16 addr, u8 *buf, int len)
{
Expand All @@ -259,7 +259,7 @@ int msm_ssbi_write(struct device *dev, u16 addr, u8 *buf, int len)

return ret;
}
EXPORT_SYMBOL(msm_ssbi_write);
EXPORT_SYMBOL_GPL(msm_ssbi_write);

static int msm_ssbi_add_slave(struct msm_ssbi *ssbi,
const struct msm_ssbi_slave_info *slave)
Expand Down

0 comments on commit c766992

Please sign in to comment.