]> 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>
Fri, 28 Sep 2012 00:20:21 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:23 +0000 (14:01 +1000)
commit208908c3f20ca3169e5fb1ee5cc3b27d8fef5cea
treecbbcf71021a988014c0801822beb3fea7c99f87e
parent1404d8a7d515347f527e7506f6a4d50b659d8271
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