fpga: dfl: remove unneeded function build_info_create_dev()
authorPeter Colberg <peter.colberg@intel.com>
Wed, 20 Nov 2024 01:10:32 +0000 (20:10 -0500)
committerXu Yilun <yilun.xu@linux.intel.com>
Wed, 18 Dec 2024 14:28:48 +0000 (22:28 +0800)
commit57146d9454882c4539f0f239505958ad8e0ddfd8
tree6541f9d296bbb18ef59e77566aeb85ca332e88f2
parentfa74e62d6af08fe7a8b69683953a2dab40e9ae2f
fpga: dfl: remove unneeded function build_info_create_dev()

Remove the function build_info_create_dev(), which no longer serves its
original purpose now that the allocation of the platform device has been
moved to feature_dev_register().

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
Reviewed-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
Reviewed-by: Basheer Ahmed Muddebihal <basheer.ahmed.muddebihal@linux.intel.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20241120011035.230574-17-peter.colberg@intel.com
Signed-off-by: Xu Yilun <yilun.xu@linux.intel.com>
drivers/fpga/dfl.c