mtd: remove mtd_probe() function
authorMarek Behún <marek.behun@nic.cz>
Wed, 26 May 2021 12:08:22 +0000 (14:08 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 24 Jun 2021 06:24:07 +0000 (11:54 +0530)
commit69e57c4753dd5428e9e5ed6d1399c8532f744efc
tree83ceb099eb54406483469b4a2be0251301680345
parent2d1a9a6b265f79be495201dadf7f3aa315b8a5e3
mtd: remove mtd_probe() function

The device_probe() function does the same thing as mtd_probe() and
mtd_probe() is only used in mtd_probe_uclass_mtd_devs(), where the
probing can be made simpler by using uclass_foreach_dev_probe macro.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
drivers/mtd/mtd-uclass.c
drivers/mtd/mtd_uboot.c
include/mtd.h