[2.6 patch] include/linux/blkdev.h: "extern inline" -> "static inline"

From: Adrian Bunk
Date: Thu Jul 28 2005 - 17:05:26 EST


"extern inline" doesn't make much sense.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/