From 07834743f42b4f27a21010cf5bab483b3ae3d13d Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Tue, 9 Jun 2015 02:24:11 +0900 Subject: [PATCH] h8300: fix typo. Signed-off-by: Yoshinori Sato --- drivers/clocksource/h8300_timer8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1