Skip to content

Commit 5ea0a61

Browse files
iwamatsualexandrebelloni
authored andcommitted
rtc: rx6110: Remove useless rx6110_remove
rx6110_remove is empty, remove it. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 7ad295d commit 5ea0a61

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/rtc/rtc-rx6110.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,6 @@ static int rx6110_probe(struct spi_device *spi)
370370
return 0;
371371
}
372372

373-
static int rx6110_remove(struct spi_device *spi)
374-
{
375-
return 0;
376-
}
377-
378373
static const struct spi_device_id rx6110_id[] = {
379374
{ "rx6110", 0 },
380375
{ }
@@ -393,7 +388,6 @@ static struct spi_driver rx6110_driver = {
393388
.of_match_table = of_match_ptr(rx6110_spi_of_match),
394389
},
395390
.probe = rx6110_probe,
396-
.remove = rx6110_remove,
397391
.id_table = rx6110_id,
398392
};
399393

0 commit comments

Comments
 (0)