aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r--include/linux/fpga/fpga-mgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h
index 0940bf45e2f2..957b5ac9428a 100644
--- a/include/linux/fpga/fpga-mgr.h
+++ b/include/linux/fpga/fpga-mgr.h
@@ -117,6 +117,8 @@ int fpga_mgr_firmware_load(struct fpga_manager *mgr, u32 flags,
117 117
118struct fpga_manager *of_fpga_mgr_get(struct device_node *node); 118struct fpga_manager *of_fpga_mgr_get(struct device_node *node);
119 119
120struct fpga_manager *fpga_mgr_get(struct device *dev);
121
120void fpga_mgr_put(struct fpga_manager *mgr); 122void fpga_mgr_put(struct fpga_manager *mgr);
121 123
122int fpga_mgr_register(struct device *dev, const char *name, 124int fpga_mgr_register(struct device *dev, const char *name,