]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bitmap.h
gpiolib request/free hooks
[linux-2.6-omap-h63xx.git] / include / linux / bitmap.h
index 43b406def35f6bfadcdbf5b621995e7f920bc851..89781fd48859bb957bbaafabce4c87ad0affd2a0 100644 (file)
@@ -110,7 +110,7 @@ extern int __bitmap_weight(const unsigned long *bitmap, int bits);
 
 extern int bitmap_scnprintf(char *buf, unsigned int len,
                        const unsigned long *src, int nbits);
-extern int bitmap_scnprintf_len(unsigned int len);
+extern int bitmap_scnprintf_len(unsigned int nr_bits);
 extern int __bitmap_parse(const char *buf, unsigned int buflen, int is_user,
                        unsigned long *dst, int nbits);
 extern int bitmap_parse_user(const char __user *ubuf, unsigned int ulen,