drm/radeon/radeon_device: Consume our own header where the prototypes are located
authorLee Jones <lee.jones@linaro.org>
Mon, 23 Nov 2020 11:18:40 +0000 (11:18 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Nov 2020 17:09:52 +0000 (12:09 -0500)
commit2aa3b7c81714ab8d3b8d8cd90a3e3cd82a87e23d
tree548571216d748696d3d0b5743a6be5b397f9fa40
parent1347385fe18753b3eb8ee76fdaebea392b88b323
drm/radeon/radeon_device: Consume our own header where the prototypes are located

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/radeon/radeon_device.c:637:6: warning: no previous prototype for ‘radeon_device_is_virtual’ [-Wmissing-prototypes]

Acked-by: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_device.c