Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243508
b: refs/heads/master
c: 92a19d6
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Mar 25, 2011
1 parent 899c590 commit 4c9bd2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 901c23fb18fad6506c90e17fa265970c311b9227
refs/heads/master: 92a19d66a3cc17feae20b4c1147e8b4dbf7b2282
4 changes: 3 additions & 1 deletion trunk/arch/blackfin/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <asm-generic/bitops/const_hweight.h>
#include <asm-generic/bitops/lock.h>

#include <asm-generic/bitops/le.h>
#include <asm-generic/bitops/ext2-atomic.h>

#ifndef CONFIG_SMP
Expand Down Expand Up @@ -113,6 +112,9 @@ static inline int test_and_change_bit(int nr, volatile unsigned long *addr)

#endif /* CONFIG_SMP */

/* Needs to be after test_bit and friends */
#include <asm-generic/bitops/le.h>

/*
* hweightN: returns the hamming weight (i.e. the number
* of bits set) of a N-bit word
Expand Down

0 comments on commit 4c9bd2a

Please sign in to comment.