mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
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: Jean Delvare <jdelvare@suse.de> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: "Christian König" <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
afe2068dfd
commit
b7cecbe8d5
@ -289,7 +289,7 @@ out:
|
|||||||
* handles it.
|
* handles it.
|
||||||
* Returns NOTIFY code
|
* 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 acpi_bus_event *event)
|
||||||
{
|
{
|
||||||
struct amdgpu_atif *atif = &adev->atif;
|
struct amdgpu_atif *atif = &adev->atif;
|
||||||
|
Loading…
Reference in New Issue
Block a user