Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verbs: Use provider name when generating provider constructor
[ Upstream commit 98db6cd ] Previously, the token pasting operator was not being applied to any of the PROVIDER_DRIVER macro aguments, so every provider's constructor had the same name of "drv__register_driver". Now, these constructors will be named using the provider name as the prefix, resulting in names like "irdma_register_driver". Fixes: 50b2aeb ("verbs: Expose the struct verbs_device_ops for each provider to the linker") Signed-off-by: Jacob Moroni <jmoroni@google.com> Signed-off-by: Nicolas Morey <nmorey@suse.com>
- Loading branch information