Blackfin: bitops: fix include order after little endian inclusion
commit92a19d66a3cc17feae20b4c1147e8b4dbf7b2282
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Mar 2011 20:24:36 +0000 (25 16:24 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Mar 2011 20:54:13 +0000 (25 16:54 -0400)
treee68a5f05a70926a3d44dfcaa52dd8f562bbebf48
parent901c23fb18fad6506c90e17fa265970c311b9227
Blackfin: bitops: fix include order after little endian inclusion

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>
arch/blackfin/include/asm/bitops.h