diff options
| author | Russ Weight <[email protected]> | 2021-06-14 10:09:02 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-06-15 09:27:35 +0200 |
| commit | 341466b64f301dabaed791c5862d2ae5a9e72849 (patch) | |
| tree | 7c78f77c6a3a909b43c8dc41166c581255bef9d5 /include/linux | |
| parent | db4e54aefdfe03f1aea82bb65d61f25c3ea035d7 (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 <[email protected]>
Reviewed-by: Xu Yilun <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fpga/altera-pr-ip-core.h | 1 |
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 */ |