git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901c23f
)
Blackfin: bitops: fix include order after little endian inclusion
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 25 Mar 2011 20:24:36 +0000
(16:24 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 25 Mar 2011 20:54:13 +0000
(16:54 -0400)
The le.h header requires things like test_bit to be declared, so we need
to move its inclusion to after the point where that happens.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
No differences found