|
@@ -721,7 +721,6 @@ MODULE_DEVICE_TABLE(of, of_st21nfca_i2c_match);
|
|
|
|
|
|
static struct i2c_driver st21nfca_hci_i2c_driver = {
|
|
static struct i2c_driver st21nfca_hci_i2c_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
- .owner = THIS_MODULE,
|
|
|
|
.name = ST21NFCA_HCI_I2C_DRIVER_NAME,
|
|
.name = ST21NFCA_HCI_I2C_DRIVER_NAME,
|
|
.of_match_table = of_match_ptr(of_st21nfca_i2c_match),
|
|
.of_match_table = of_match_ptr(of_st21nfca_i2c_match),
|
|
.acpi_match_table = ACPI_PTR(st21nfca_hci_i2c_acpi_match),
|
|
.acpi_match_table = ACPI_PTR(st21nfca_hci_i2c_acpi_match),
|