提交 63617d8b 编写于 作者: C Colin Ian King 提交者: Alex Deucher

drm/amdkfd: add missing void argument to function kgd2kfd_init

Function kgd2kfd_init is missing a void argument, add it
to clean up the non-ANSI function declaration.
Acked-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 8f49c822
......@@ -82,7 +82,7 @@ static void kfd_exit(void)
kfd_chardev_exit();
}
int kgd2kfd_init()
int kgd2kfd_init(void)
{
return kfd_init();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册