提交 e31b97ef 编写于 作者: K kbuild test robot 提交者: Eric Anholt

drm/vc4: vc4_debugfs_regset32() can be static

Fixes: c9be804c ("drm/vc4: Use common helpers for debugfs setup by the driver components.")
Signed-off-by: Nkbuild test robot <lkp@intel.com>
Signed-off-by: NEric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190403213629.GA31570@lkp-ib03
上级 2ebf4717
......@@ -48,7 +48,7 @@ vc4_debugfs_init(struct drm_minor *minor)
return 0;
}
int vc4_debugfs_regset32(struct seq_file *m, void *unused)
static int vc4_debugfs_regset32(struct seq_file *m, void *unused)
{
struct drm_info_node *node = (struct drm_info_node *)m->private;
struct debugfs_regset32 *regset = node->info_ent->data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册