h8300: fix typo.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
This commit is contained in:
Yoshinori Sato 2015-06-09 02:24:11 +09:00
parent 24a42c7ac4
commit 07834743f4
1 changed files with 1 additions and 1 deletions

View 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,