diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-10-07 19:40:59 +0200 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2016-10-07 22:35:21 +0200 |
commit | 35d04077ad96ed33ceea2501f5a4f1eacda77218 (patch) | |
tree | 31d9211ba81e782f85893505676e2256236805c3 /init | |
parent | Linux 4.8 (diff) | |
download | linux-35d04077ad96ed33ceea2501f5a4f1eacda77218.tar.xz linux-35d04077ad96ed33ceea2501f5a4f1eacda77218.zip |
metag: Only define atomic_dec_if_positive conditionally
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>
Cc: <stable@vger.kernel.org> # 3.9.x-
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions