]> 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)
commit0b667492271652845f665a4cdc4f1fba1510faa6
treee5488a8748240f3e5eefd7807b12cd2fdd8cc08a
parent922d53f60c9ce658c7166ffa33efb795a5055d57
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: 6127f16547c1 ("drm/amd/amdgpu: hide #warning for missing DC config")
Fixes: f435e5237467 ("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