drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Fri, 5 Oct 2012 00:13:05 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:04:55 +0000 (03:04 +0900)
commit459a130838e819d5bc7efc572cba4cdd5c4f2dd2
tree9dddd0de62be4de22e512fd8cc26705faad89778
parent32766ec8195f801935cce8954cf45389885afc38
drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function

To introduce generic set_bit_le() later, we remove our own definition
and use a proper non-atomic bitops function: __set_bit_le().

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/ethernet/dec/tulip/de2104x.c
drivers/net/ethernet/dec/tulip/tulip_core.c