diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2011-03-23 23:41:45 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-24 02:46:10 (GMT) |
commit | 12ce22423abacca70bf1dfbcb8543b3e2b74aad4 (patch) | |
tree | 0b88b1e70187c59994c2e0ef0dcc3e6ba888c858 /sound/ppc | |
parent | 5140a357ea77527f4a93c5846217417658fdb35d (diff) | |
download | linux-12ce22423abacca70bf1dfbcb8543b3e2b74aad4.tar.xz |
rds: stop including asm-generic/bitops/le.h directly
asm-generic/bitops/le.h is only intended to be included directly from
asm-generic/bitops/ext2-non-atomic.h or asm-generic/bitops/minix-le.h
which implements generic ext2 or minix bit operations.
This stops including asm-generic/bitops/le.h directly and use ext2
non-atomic bit operations instead.
It seems odd to use ext2_*_bit() on rds, but it will replaced with
__{set,clear,test}_bit_le() after introducing little endian bit operations
for all architectures. This indirect step is necessary to maintain
bisectability for some architectures which have their own little-endian
bit operations.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Andy Grover <andy.grover@oracle.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/ppc')
0 files changed, 0 insertions, 0 deletions