]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Wed, 26 Sep 2012 01:34:24 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:27:49 +0000 (17:27 +1000)
commit1c7b7b09e55f6767b7f31ef8f25f84b5e6bfe613
treecf22f83336759d42cd905769b10c00c24ba424ec
parentcd5261cd320cfdcaf4a5ad1fdc63a0a4d74ef8e0
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>
drivers/net/ethernet/dec/tulip/de2104x.c
drivers/net/ethernet/dec/tulip/tulip_core.c