Loading drivers/nfc/pn544/i2c.c +0 −11 Original line number Diff line number Diff line Loading @@ -938,8 +938,6 @@ static int pn544_hci_i2c_acpi_request_resources(struct i2c_client *client) return 0; } #ifdef CONFIG_OF static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) { struct pn544_i2c_phy *phy = i2c_get_clientdata(client); Loading Loading @@ -1015,15 +1013,6 @@ static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) return ret; } #else static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) { return -ENODEV; } #endif static int pn544_hci_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) { Loading Loading
drivers/nfc/pn544/i2c.c +0 −11 Original line number Diff line number Diff line Loading @@ -938,8 +938,6 @@ static int pn544_hci_i2c_acpi_request_resources(struct i2c_client *client) return 0; } #ifdef CONFIG_OF static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) { struct pn544_i2c_phy *phy = i2c_get_clientdata(client); Loading Loading @@ -1015,15 +1013,6 @@ static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) return ret; } #else static int pn544_hci_i2c_of_request_resources(struct i2c_client *client) { return -ENODEV; } #endif static int pn544_hci_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) { Loading