h8300: fix typo.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 8 Jun 2015 17:24:11 +0000 (02:24 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 23 Jun 2015 04:36:00 +0000 (13:36 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
drivers/clocksource/h8300_timer8.c

index 1c6f8b935a7bfd89093d33e02c62c6c3db942229..0214cb3a7f5ef7a03b1ca1ffa7e2eaf3dd84290a 100644 (file)
@@ -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,