X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fspi%2Fspi-xcomm.c;fp=kernel%2Fdrivers%2Fspi%2Fspi-xcomm.c;h=3c28e24b10f59604ae95e53cd2d5df495ce4ef5e;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=bb478dccf1d82dd5d9fb1316bd04cf1755f08f0a;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/spi/spi-xcomm.c b/kernel/drivers/spi/spi-xcomm.c index bb478dccf..3c28e24b1 100644 --- a/kernel/drivers/spi/spi-xcomm.c +++ b/kernel/drivers/spi/spi-xcomm.c @@ -237,11 +237,11 @@ static const struct i2c_device_id spi_xcomm_ids[] = { { "spi-xcomm" }, { }, }; +MODULE_DEVICE_TABLE(i2c, spi_xcomm_ids); static struct i2c_driver spi_xcomm_driver = { .driver = { .name = "spi-xcomm", - .owner = THIS_MODULE, }, .id_table = spi_xcomm_ids, .probe = spi_xcomm_probe,