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