fpga: altera-pr-ip: Make alt_pr_unregister function void
Make alt_pr_unregister function void, since it always returns 0, and nothing would act on the value anyways. Signed-off-by: Moritz Fischer <mdf@kernel.org>
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
#include <linux/io.h>
|
||||
|
||||
int alt_pr_register(struct device *dev, void __iomem *reg_base);
|
||||
int alt_pr_unregister(struct device *dev);
|
||||
void alt_pr_unregister(struct device *dev);
|
||||
|
||||
#endif /* _ALT_PR_IP_CORE_H */
|
||||
|
Reference in New Issue
Block a user