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>
Thu, 3 Oct 2019 14:11:06 +0000 (09:11 -0500)
commit324fb7adf61f6dc57cfcefc9783363e35ef9234b
tree9b9a99ec7255cd7607208fab1ab9f90477067918
parent128a01f4724ae72f8916ad20856dda152e9cd012
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