From: Yoshinori Sato Date: Mon, 8 Jun 2015 17:24:11 +0000 (+0900) Subject: h8300: fix typo. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=07834743f42b4f27a21010cf5bab483b3ae3d13d;p=deliverable%2Flinux.git h8300: fix typo. Signed-off-by: Yoshinori Sato --- 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,