From: Alexander Kuleshov Date: Sat, 27 Jun 2015 07:16:05 +0000 (+0600) Subject: gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not set X-Git-Tag: omap-for-v4.2/fixes-rc1^2~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cebc728174424d67df91dfb14f8b6dc13bed993;p=pandora-kernel.git gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not set If the CONFIG_DEBUG_FS is not selected, compilation of the drivers/gpu/drm/amd/amdgpu/amdgpu_device.c provides two warnings that amdgpu_debugfs_regs_init and amdgpu_debugfs_regs_cleanup are used but never defined. And as result: ERROR: "amdgpu_debugfs_regs_cleanup" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ERROR: "amdgpu_debugfs_regs_init" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined! ^ Reviewed-by: Christian König Signed-off-by: Alexander Kuleshov Signed-off-by: Alex Deucher --- Reading git-diff-tree failed