···2525#include <asm-generic/bitops/const_hweight.h>2626#include <asm-generic/bitops/lock.h>27272828-#include <asm-generic/bitops/le.h>2928#include <asm-generic/bitops/ext2-atomic.h>30293130#ifndef CONFIG_SMP···111112#undef test_bit112113113114#endif /* CONFIG_SMP */115115+116116+/* Needs to be after test_bit and friends */117117+#include <asm-generic/bitops/le.h>114118115119/*116120 * hweightN: returns the hamming weight (i.e. the number