diff options
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r-- | include/linux/fpga/fpga-mgr.h | 2 |
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 | ||
118 | struct fpga_manager *of_fpga_mgr_get(struct device_node *node); | 118 | struct fpga_manager *of_fpga_mgr_get(struct device_node *node); |
119 | 119 | ||
120 | struct fpga_manager *fpga_mgr_get(struct device *dev); | ||
121 | |||
120 | void fpga_mgr_put(struct fpga_manager *mgr); | 122 | void fpga_mgr_put(struct fpga_manager *mgr); |
121 | 123 | ||
122 | int fpga_mgr_register(struct device *dev, const char *name, | 124 | int fpga_mgr_register(struct device *dev, const char *name, |