From: Mike Frysinger Date: Fri, 25 Mar 2011 20:24:36 +0000 (-0400) Subject: Blackfin: bitops: fix include order after little endian inclusion X-Git-Tag: v2.6.39-rc2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a19d66a3cc17feae20b4c1147e8b4dbf7b2282;p=pandora-kernel.git 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 --- Reading git-diff-tree failed