"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.13-rc3-mm3-full/include/linux/blkdev.h.old        2005-07-28 
16:07:30.000000000 +0200
+++ linux-2.6.13-rc3-mm3-full/include/linux/blkdev.h    2005-07-28 
16:08:12.000000000 +0200
@@ -727,7 +727,7 @@
        return bits;
 }
 
-extern inline unsigned int block_size(struct block_device *bdev)
+static inline unsigned int block_size(struct block_device *bdev)
 {
        return bdev->bd_block_size;
 }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to