mmc: block: don't use parameter prefix if built as module
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 24 Jun 2015 11:32:21 +0000 (14:32 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:20 +0000 (14:47 -0500)
commite0713e690df042ca33d884c5d09e4d37bd4c7ba2
tree11c57a8d9843d5ef5b367c7f567a1955f56f0de1
parent4972c329b6b66966a22e23c571ad4a44662a343d
mmc: block: don't use parameter prefix if built as module

It's excessive to use prefix for the parameters when you do
modprobe mmc-block mmcblk.perdev_minors=16

Make this available only for built-in case.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
(cherry picked from commit 5b67cd9c5ee0722022cba7d20552320325457434)
drivers/mmc/card/block.c