Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76007
b: refs/heads/master
c: 6eb7228
h: refs/heads/master
i:
  76005: f652f73
  76003: b1d61c2
  75999: 19844ec
v: v3
  • Loading branch information
Herbert Xu committed Jan 10, 2008
1 parent a5be297 commit e0148ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 38ed9ab23b8614c9c1553b2961ef2627f3088fd9
refs/heads/master: 6eb7228421c01ba48a6a88a7a5b3e71cfb70d4a9
6 changes: 2 additions & 4 deletions trunk/include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@
#define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
#elif defined(ARCH_SLAB_MINALIGN)
#define CRYPTO_MINALIGN ARCH_SLAB_MINALIGN
#else
#define CRYPTO_MINALIGN __alignof__(unsigned long long)
#endif

#ifdef CRYPTO_MINALIGN
#define CRYPTO_MINALIGN_ATTR __attribute__ ((__aligned__(CRYPTO_MINALIGN)))
#else
#define CRYPTO_MINALIGN_ATTR
#endif

struct scatterlist;
struct crypto_ablkcipher;
Expand Down

0 comments on commit e0148ae

Please sign in to comment.