aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/h8300_timer8.c
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-06-09 02:24:11 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 13:36:00 +0900
commit07834743f42b4f27a21010cf5bab483b3ae3d13d (patch)
tree49d34063e623b8020daaff09a6e4ee9b54230680 /drivers/clocksource/h8300_timer8.c
parenth8300: Always build dtb (diff)
downloadlinux-dev-07834743f42b4f27a21010cf5bab483b3ae3d13d.tar.xz
linux-dev-07834743f42b4f27a21010cf5bab483b3ae3d13d.zip
h8300: fix typo.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'drivers/clocksource/h8300_timer8.c')
-rw-r--r--drivers/clocksource/h8300_timer8.c2
1 files changed, 1 insertions, 1 deletions
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,