Re: [PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-14 Thread Alex Deucher
On Tue, Jul 14, 2015 at 4:18 AM, Alexander Kuleshov wrote: > Hello Alex, > > 2015-07-14 11:11 GMT+06:00 Alex Deucher : >> >> This patch breaks the build with debugfs enabled. >> > > I've tried to built with CONFIG_DEBUG_FS={y/n} and it builds > successfully. Did I miss something? > Maybe I need

Re: [PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-14 Thread Christian König
On 14.07.2015 10:18, Alexander Kuleshov wrote: Hello Alex, 2015-07-14 11:11 GMT+06:00 Alex Deucher : This patch breaks the build with debugfs enabled. I've tried to built with CONFIG_DEBUG_FS={y/n} and it builds successfully. Did I miss something? Maybe I need to enable/disable anything else

Re: [PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-14 Thread Alexander Kuleshov
Hello Alex, 2015-07-14 11:11 GMT+06:00 Alex Deucher : > > This patch breaks the build with debugfs enabled. > I've tried to built with CONFIG_DEBUG_FS={y/n} and it builds successfully. Did I miss something? Maybe I need to enable/disable anything else CONFIG_*? Thank you. -- To unsubscribe from

Re: [PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-13 Thread Alex Deucher
On Mon, Jul 13, 2015 at 7:03 AM, Alexander Kuleshov wrote: > We have no need to include if the CONFIG_DEBUG_FS option > is not set. > This patch breaks the build with debugfs enabled. Alex > Signed-off-by: Alexander Kuleshov > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 - > 1

[PATCH] gpu/drm/amdgpu: Include only if CONFIG_DEBUG_FS is set

2015-07-13 Thread Alexander Kuleshov
We have no need to include if the CONFIG_DEBUG_FS option is not set. Signed-off-by: Alexander Kuleshov --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c