Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43160
b: refs/heads/master
c: ab78270
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Dec 7, 2006
1 parent 503ee8e commit bb35ef3
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 5b37538a514cf4c8746be9d09e8a9f564e7df939
refs/heads/master: ab7827059adbbcc3624afbc58880287eabf6d277
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ do_crypt(void *src, void *dst, int len, u32 flags)
return counter ? 0 : 1;
}

unsigned int
static unsigned int
geode_aes_crypt(struct geode_aes_op *op)
{

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/crypto/geode-aes.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ struct geode_aes_op {
u8 iv[AES_IV_LENGTH];
};

unsigned int geode_aes_crypt(struct geode_aes_op *);

#endif

0 comments on commit bb35ef3

Please sign in to comment.