diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-08 20:24:11 +0300 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 07:36:00 +0300 |
commit | 07834743f42b4f27a21010cf5bab483b3ae3d13d (patch) | |
tree | 49d34063e623b8020daaff09a6e4ee9b54230680 /drivers/clocksource/h8300_timer8.c | |
parent | 24a42c7ac44df4d84519a41e32c3c8d98b961e64 (diff) | |
download | linux-07834743f42b4f27a21010cf5bab483b3ae3d13d.tar.xz |
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.c | 2 |
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, |