diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/clocksource/h8300_timer8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/h8300_timer8.c b/drivers/clocksource/h8300_timer8.c index 1c6f8b935a7b..0214cb3a7f5e 100644 --- a/drivers/clocksource/h8300_timer8.c +++ b/drivers/clocksource/h8300_timer8.c @@ -286,7 +286,7 @@ static const struct of_device_id timer8_of_table[] __maybe_unused = { { } }; -MODULE_DEVICE_TABLE(of, sh_cmt_of_table); +MODULE_DEVICE_TABLE(of, timer8_of_table); static struct platform_driver timer8_driver = { .probe = timer8_probe, .remove = timer8_remove, |