From: Fabian Frederick Date: Fri, 3 Jan 2014 03:10:06 +0000 (+1100) Subject: drivers/block/Kconfig: update RAM block device module name X-Git-Tag: next-20140106~2^2~137 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3209525859b52bd8d9445fb021f523f49082d468;p=karo-tx-linux.git drivers/block/Kconfig: update RAM block device module name RAM block device support module name changed to brd.ko some years ago with an "rd" alias to match previous module implementation. This patch updates its Kconfig definition. Signed-off-by: Fabian Frederick Acked-by: Randy Dunlap Signed-off-by: Andrew Morton --- diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 86b9f37d102e..9ffa90c6201c 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -368,7 +368,8 @@ config BLK_DEV_RAM For details, read . To compile this driver as a module, choose M here: the - module will be called rd. + module will be called brd. An alias "rd" has been defined + for historical reasons. Most normal users won't need the RAM disk functionality, and can thus say N here.