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
This commit is contained in:
parent
2ebf47176b
commit
e31b97ef19
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue