We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad295d commit 5ea0a61Copy full SHA for 5ea0a61
drivers/rtc/rtc-rx6110.c
@@ -370,11 +370,6 @@ static int rx6110_probe(struct spi_device *spi)
370
return 0;
371
}
372
373
-static int rx6110_remove(struct spi_device *spi)
374
-{
375
- return 0;
376
-}
377
-
378
static const struct spi_device_id rx6110_id[] = {
379
{ "rx6110", 0 },
380
{ }
@@ -393,7 +388,6 @@ static struct spi_driver rx6110_driver = {
393
388
.of_match_table = of_match_ptr(rx6110_spi_of_match),
394
389
},
395
390
.probe = rx6110_probe,
396
- .remove = rx6110_remove,
397
391
.id_table = rx6110_id,
398
392
};
399
0 commit comments