| commit | 6c754346af9658060073557d0d9367d02704135d | [log] [tgz] |
|---|---|---|
| author | Alan Tull <atull@kernel.org> | Tue Jul 11 14:33:29 2017 -0500 |
| committer | Alan Tull <atull@kernel.org> | Mon Jul 24 12:58:42 2017 -0500 |
| tree | 1f6a537a518be5c5bffbc8ffea9a79a33bcadd8e | |
| parent | a4fefcec1c9cbe6c4024e1900113d960e6f1d218 [diff] |
fpga: add dev to fpga_image_info This patch should be rolled into the next version of my "non-dt support for FPGA regions" patchset. Add a pointer to the device that owns the fpga_image_info to fpga_image_info. That way the fpga_image_info_free can drop the 'dev' parameter and we are left with: struct fpga_image_info *fpga_image_info_alloc(struct device *dev); void fpga_image_info_free(struct fpga_image_info *info); Signed-off-by: Alan Tull <atull@kernel.org>