]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: hide another #warning
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Oct 2019 12:01:23 +0000 (14:01 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Oct 2019 17:58:33 +0000 (12:58 -0500)
commit00ae019c69e2a92ddc2c45d9c46efa3c52db0476
treee5488a8748240f3e5eefd7807b12cd2fdd8cc08a
parent8b379c170b3e540c8e5ecec575ef85720d137067
drm/amdgpu: hide another #warning

An earlier patch of mine disabled some #warning statements
that get in the way of build testing, but then another
instance was added around the same time.

Remove that as well.

Fixes: 5a9628e4f1d2 ("drm/amd/amdgpu: hide #warning for missing DC config")
Fixes: ab60f8efdb88 ("drm/amdgpu: Enable DC on Renoir")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc15.c