drm/debugfs: Add inline to drm_debugfs_dev_init() to suppres -Wunused-function
authorArthur Grillo <arthurgrillo@riseup.net>
Fri, 1 Sep 2023 18:05:50 +0000 (15:05 -0300)
committerMaíra Canal <mairacanal@riseup.net>
Fri, 8 Sep 2023 20:23:31 +0000 (17:23 -0300)
commitb88c168e6b91eefde1ba4cba19b0f3e3d735c3d2
treef6f09123ab3c015c936ad9cd3ca61b66418c8405
parente4a0fbdd85216d33b9d7ba5667210fd9a915e62b
drm/debugfs: Add inline to drm_debugfs_dev_init() to suppres -Wunused-function

When CONFIG_DEBUG_FS is not set -Wunused-function warnings appear,
make the static function inline to suppress that.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309012114.T8Vlfaf8-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202309012131.FeakBzEj-lkp@intel.com/
Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Maíra Canal <mairacanal@riseup.net>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20230901-debugfs-fix-unused-function-warning-v1-1-161dd0902975@riseup.net
include/drm/drm_drv.h