aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2016-10-07 10:40:59 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:58:59 +0200
commit4c84bd99a37c6bd420e32e0d8319557d8a2ff624 (patch)
treedc8e07f5b46ed1c10e11b560b57025d2f5baa3a7 /crypto/algif_skcipher.c
parentfd46f2973cd17f742bbe1edc4c0a1dad5590d609 (diff)
metag: Only define atomic_dec_if_positive conditionally
commit 35d04077ad96ed33ceea2501f5a4f1eacda77218 upstream. The definition of atomic_dec_if_positive() assumes that atomic_sub_if_positive() exists, which is only the case if metag specific atomics are used. This results in the following build error when trying to build metag1_defconfig. kernel/ucount.c: In function 'dec_ucount': kernel/ucount.c:211: error: implicit declaration of function 'atomic_sub_if_positive' Moving the definition of atomic_dec_if_positive() into the metag conditional code fixes the problem. Fixes: 6006c0d8ce94 ("metag: Atomics, locks and bitops") Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'crypto/algif_skcipher.c')
0 files changed, 0 insertions, 0 deletions