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)
commit29174a4310bf9b25b4961c30b38be4151732d1c7
treee5488a8748240f3e5eefd7807b12cd2fdd8cc08a
parentec3e5c0f0c2b716e768c0eee0fec30d572939ef5
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: b5203d16aef4 ("drm/amd/amdgpu: hide #warning for missing DC config")
Fixes: e1c14c43395c ("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