Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357727
b: refs/heads/master
c: c3c3b32
h: refs/heads/master
i:
  357725: fed1194
  357723: 74f7599
  357719: 24e587c
  357711: 1989b3c
  357695: 6ac90d6
v: v3
  • Loading branch information
Mark A. Greer authored and Herbert Xu committed Jan 19, 2013
1 parent ac379eb commit 7545dc7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 78c37d191dd6899d8c219fee597a17d6e3c5d288
refs/heads/master: c3c3b3292d202e9924fb3af0f4139848fd7e1de0
6 changes: 5 additions & 1 deletion trunk/drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,11 @@ static int omap_sham_get_res_of(struct omap_sham_dev *dd,
return err;
}
#else
static int omap_sham_get_res_dev(struct omap_sham_dev *dd,
static const struct of_device_id omap_sham_of_match[] = {
{},
};

static int omap_sham_get_res_of(struct omap_sham_dev *dd,
struct device *dev, struct resource *res)
{
return -EINVAL;
Expand Down

0 comments on commit 7545dc7

Please sign in to comment.