1
0
Fork 0

drm/vc4: vc4_debugfs_regset32() can be static

Fixes: c9be804c8c ("drm/vc4: Use common helpers for debugfs setup by the driver components.")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190403213629.GA31570@lkp-ib03
hifive-unleashed-5.2
kbuild test robot 2019-04-04 05:36:29 +08:00 committed by Eric Anholt
parent 2ebf47176b
commit e31b97ef19
1 changed files with 1 additions and 1 deletions

View File

@ -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;