Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7cecbe8 authored by Jean Delvare's avatar Jean Delvare Committed by Alex Deucher
Browse files

drm/amdgpu: Make amdgpu_atif_handler static



There are no external users of function amdgpu_atif_handler so it can
be static.

Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent afe2068d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ static int amdgpu_atif_get_sbios_requests(acpi_handle handle,
 * handles it.
 * Returns NOTIFY code
 */
int amdgpu_atif_handler(struct amdgpu_device *adev,
static int amdgpu_atif_handler(struct amdgpu_device *adev,
			struct acpi_bus_event *event)
{
	struct amdgpu_atif *atif = &adev->atif;