]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: mtdram: Expose module parameters
authorRichard Weinberger <richard@nod.at>
Mon, 17 Dec 2018 21:50:15 +0000 (22:50 +0100)
committerBoris Brezillon <bbrezillon@kernel.org>
Tue, 8 Jan 2019 11:42:57 +0000 (12:42 +0100)
commitf9d27de6fafce7b50a6ca6a7696f3d62aee6808e
tree48304eb491f329543dbbe20f79baaa3ba236a0e7
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
mtd: mtdram: Expose module parameters

Since we can set module parameters also when a driver is built in,
it makes no sense to protect module parameter with #ifdef MODULE.
Now the mtdram sizes can also set when the module is not a loadable
module.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
drivers/mtd/devices/mtdram.c