]> err.no Git - linux-2.6/blobdiff - drivers/md/bitmap.c
[PATCH] i2c: Use module_param in i2c-algo-sibyte
[linux-2.6] / drivers / md / bitmap.c
index 76a189ceb5291a755c1c74d3279541269a7b2774..eae4473eadde2a359a7e00e05b8bf4a5387140cc 100644 (file)
@@ -200,7 +200,7 @@ out:
 /* if page is completely empty, put it back on the free list, or dealloc it */
 /* if page was hijacked, unmark the flag so it might get alloced next time */
 /* Note: lock should be held when calling this */
-static inline void bitmap_checkfree(struct bitmap *bitmap, unsigned long page)
+static void bitmap_checkfree(struct bitmap *bitmap, unsigned long page)
 {
        char *ptr;