soc: ti: k3-ringacc: Fixup documentation errors
[linux-2.6-block.git] / lib / bitmap.c
index 1c81413c51f86db68be63034528efd17f997d6ba..ddb31015e38ae23baf7b44b8aea0b5c53b3989aa 100644 (file)
@@ -1495,7 +1495,7 @@ void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits)
 EXPORT_SYMBOL(bitmap_to_arr32);
 #endif
 
-#if (BITS_PER_LONG == 32) && defined(__BIG_ENDIAN)
+#if BITS_PER_LONG == 32
 /**
  * bitmap_from_arr64 - copy the contents of u64 array of bits to bitmap
  *     @bitmap: array of unsigned longs, the destination bitmap