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

2005-07-28 Thread Adrian Bunk
"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.old2005-07-28 
16:07:30.0 +0200
+++ linux-2.6.13-rc3-mm3-full/include/linux/blkdev.h2005-07-28 
16:08:12.0 +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/


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

2005-07-28 Thread Adrian Bunk
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.old2005-07-28 
16:07:30.0 +0200
+++ linux-2.6.13-rc3-mm3-full/include/linux/blkdev.h2005-07-28 
16:08:12.0 +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/