From: Greg Kroah-Hartman Date: Mon, 26 Jun 2017 11:51:05 +0000 (+0200) Subject: Revert "staging: fsl-mc: delete prototype of unimplemented function" X-Git-Tag: v4.13-rc1~184^2~42 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a39476d62acee1520a1e59cf72b8ff4de4e09ce0;p=linux.git Revert "staging: fsl-mc: delete prototype of unimplemented function" This reverts commit be6faff74cda2ac1838c0f85dca3c3ce4975fa73. The whole series is broken, so back it all out. Reported-by: kbuild test robot Cc: Laurentiu Tudor Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fsl-mc/include/mc-bus.h b/drivers/staging/fsl-mc/include/mc-bus.h index aac062e2b6ef..8f9bf8dd6495 100644 --- a/drivers/staging/fsl-mc/include/mc-bus.h +++ b/drivers/staging/fsl-mc/include/mc-bus.h @@ -91,6 +91,8 @@ void fsl_mc_init_all_resource_pools(struct fsl_mc_device *mc_bus_dev); void fsl_mc_cleanup_all_resource_pools(struct fsl_mc_device *mc_bus_dev); +bool fsl_mc_bus_exists(void); + void fsl_mc_get_root_dprc(struct device *dev, struct device **root_dprc_dev);