OSDN Git Service

h8300: fix typo. for-4.2
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 1c6f8b9..0214cb3 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,