]> Git Repo - J-linux.git/blobdiff - lib/bitmap.c
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
[J-linux.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
This page took 0.028556 seconds and 4 git commands to generate.