public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] include/linux/blkdev.h:  "extern inline" -> "static inline"
@ 2005-07-28 22:03 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-07-28 22:03 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

"extern inline" doesn't make much sense.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- 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;
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-28 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 22:03 [2.6 patch] include/linux/blkdev.h: "extern inline" -> "static inline" Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox