summaryrefslogtreecommitdiff
path: root/include/linux/fpga/altera-pr-ip-core.h
diff options
context:
space:
mode:
authorRuss Weight <russell.h.weight@intel.com>2021-06-14 10:09:02 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-15 09:27:35 +0200
commit341466b64f301dabaed791c5862d2ae5a9e72849 (patch)
tree7c78f77c6a3a909b43c8dc41166c581255bef9d5 /include/linux/fpga/altera-pr-ip-core.h
parentdb4e54aefdfe03f1aea82bb65d61f25c3ea035d7 (diff)
fpga: altera-pr-ip: Remove function alt_pr_unregister
Remove the alt_pr_unregister() function; it is no longer used. Signed-off-by: Russ Weight <russell.h.weight@intel.com> Reviewed-by: Xu Yilun <yilun.xu@intel.com> Signed-off-by: Moritz Fischer <mdf@kernel.org> Link: https://lore.kernel.org/r/20210614170909.232415-2-mdf@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fpga/altera-pr-ip-core.h')
-rw-r--r--include/linux/fpga/altera-pr-ip-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fpga/altera-pr-ip-core.h b/include/linux/fpga/altera-pr-ip-core.h
index 0b08ac20ab16..a6b4c07858cc 100644
--- a/include/linux/fpga/altera-pr-ip-core.h
+++ b/include/linux/fpga/altera-pr-ip-core.h
@@ -13,6 +13,5 @@
#include <linux/io.h>
int alt_pr_register(struct device *dev, void __iomem *reg_base);
-void alt_pr_unregister(struct device *dev);
#endif /* _ALT_PR_IP_CORE_H */