OSDN Git Service

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)
commit110ab1582670392c1d8b805e701f5b7b7efcb120
tree913e23f83d528b5e0c0de2f72bc399cdde882afc
parentbdc4e58d5395fb45e22a54e01312f1abb22523ef
mtd: rawnand: Remove unused caller_is_module() definition

Commit 260e89a6e0d6 ("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