linux/arch/csky/include/asm
Guenter Roeck fb5d69a5cd csky: bitops: Remove duplicate __clear_bit define
Building csky:allmodconfig results in the following build error.

In file included from ./include/linux/bitops.h:33,
                 from ./include/linux/log2.h:12,
                 from kernel/bounds.c:13:
./arch/csky/include/asm/bitops.h:77: error: "__clear_bit" redefined

Since commit 9248e52fec ("locking/atomic: simplify non-atomic wrappers"),
__clear_bit is defined in include/asm-generic/bitops/non-atomic.h,
and the define in the csky include file is no longer necessary or useful.
Remove it.

Fixes: 9248e52fec ("locking/atomic: simplify non-atomic wrappers")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guo Ren <guoren@kernel.org>
2021-10-16 07:20:12 +08:00
..
vdso
Kbuild
addrspace.h
asid.h
barrier.h
bitops.h csky: bitops: Remove duplicate __clear_bit define 2021-10-16 07:20:12 +08:00
bug.h
cache.h
cacheflush.h
checksum.h
clocksource.h
cmpxchg.h locking/atomic: csky: move to ARCH_ATOMIC 2021-05-26 13:20:51 +02:00
elf.h
fixmap.h
ftrace.h
futex.h
highmem.h
io.h
irq_work.h
irqflags.h
kprobes.h
memory.h
mmu.h
mmu_context.h
page.h
pci.h
perf_event.h
pgalloc.h mm/thp: define default pmd_pgtable() 2021-07-01 11:06:03 -07:00
pgtable.h mm: define default value for FIRST_USER_ADDRESS 2021-07-01 11:06:02 -07:00
probes.h
processor.h
ptrace.h
reg_ops.h
seccomp.h
segment.h
shmparam.h
smp.h
spinlock.h
spinlock_types.h
stackprotector.h
string.h
switch_to.h
syscall.h
syscalls.h
tcm.h
thread_info.h
tlb.h
tlbflush.h
traps.h
uaccess.h csky: use generic strncpy/strnlen from_user 2021-07-23 14:40:01 +02:00
unistd.h
uprobes.h
vdso.h
vmalloc.h