diff options
| author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2017-06-22 16:35:51 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-23 19:44:00 +0300 |
| commit | be6faff74cda2ac1838c0f85dca3c3ce4975fa73 (patch) | |
| tree | 98d2f677c3b9cd78472d48e2d72f5a2f7507fca7 | |
| parent | 48d3cfb3189a88e1670f609f8bd7d55839d531cf (diff) | |
| download | linux-be6faff74cda2ac1838c0f85dca3c3ce4975fa73.tar.xz | |
staging: fsl-mc: delete prototype of unimplemented function
The function fsl_mc_bus_exists() has a prototype but is never
implemented so delete it from the header file.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/fsl-mc/include/mc-bus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fsl-mc/include/mc-bus.h b/drivers/staging/fsl-mc/include/mc-bus.h index 8f9bf8dd6495..aac062e2b6ef 100644 --- a/drivers/staging/fsl-mc/include/mc-bus.h +++ b/drivers/staging/fsl-mc/include/mc-bus.h @@ -91,8 +91,6 @@ 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); |
