Explorar o código

h8300: fix typo.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Yoshinori Sato %!s(int64=10) %!d(string=hai) anos
pai
achega
07834743f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/clocksource/h8300_timer8.c

+ 1 - 1
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,