mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-14 19:53:03 +00:00
fpga: altera: drop driver owner assignment
Core in spi_register_driver() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Xu Yilun <yilun.xu@intel.com> Link: https://lore.kernel.org/r/20240327174909.519796-1-krzysztof.kozlowski@linaro.org Signed-off-by: Xu Yilun <yilun.xu@linux.intel.com>
This commit is contained in:
parent
4a1f12b5b5
commit
a97fc99a02
1 changed files with 0 additions and 1 deletions
|
@ -284,7 +284,6 @@ MODULE_DEVICE_TABLE(spi, altera_ps_spi_ids);
|
||||||
static struct spi_driver altera_ps_driver = {
|
static struct spi_driver altera_ps_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "altera-ps-spi",
|
.name = "altera-ps-spi",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = of_ef_match,
|
.of_match_table = of_ef_match,
|
||||||
},
|
},
|
||||||
.id_table = altera_ps_spi_ids,
|
.id_table = altera_ps_spi_ids,
|
||||||
|
|
Loading…
Add table
Reference in a new issue