]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Remove unused caller_is_module() definition
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 19 Jul 2018 20:47:38 +0000 (22:47 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 31 Jul 2018 07:45:52 +0000 (09:45 +0200)
commit6f5ae06630b9a7da76492cb13d2cab15ac9a49af
tree913e23f83d528b5e0c0de2f72bc399cdde882afc
parent84b55523ea09d5221ae1437ca747570645642c38
mtd: rawnand: Remove unused caller_is_module() definition

Commit 49b6a16787a5 ("mtd: core: tone down suggestion that dev.parent
should be set") removed the only user of caller_is_module() but forgot
to remove the definition itself. Let's remove it now.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/nand_base.c