]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Aug 2015 09:32:42 +0000 (11:32 +0200)
commit154afcdd0ddfb6534e324db9b4739e729fcbf328
treee27d46f395d06346beea9511b586e52f40eabc4d
parentc4a9a827286fe3b03f7aa71c02eb392a31b2535b
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>
drivers/mmc/card/block.c