Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
2befb9e3 e2afe674

+1 -1
+1 -1
include/linux/blkdev.h
··· 728 728 return bits; 729 729 } 730 730 731 - extern inline unsigned int block_size(struct block_device *bdev) 731 + static inline unsigned int block_size(struct block_device *bdev) 732 732 { 733 733 return bdev->bd_block_size; 734 734 }