This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc64 / bitops.h
index f137654..d32c138 100644 (file)
@@ -204,8 +204,7 @@ static __inline__ unsigned int hweight8(unsigned int w)
  * @offset: The bitnumber to start searching at
  * @size: The maximum size to search
  */
-extern unsigned long find_next_bit(const unsigned long *, unsigned long,
-                                       unsigned long);
+extern unsigned long find_next_bit(unsigned long *, unsigned long, unsigned long);
 
 /**
  * find_first_bit - find the first set bit in a memory region