Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2befb9e3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

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



"extern inline" doesn't make much sense.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e2afe674
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -728,7 +728,7 @@ static inline unsigned int blksize_bits(unsigned int size)
	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;
}