mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
drm/radeon: Make radeon_atif_handler static
There are no external users of function radeon_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
98c65108c5
commit
afe2068dfd
2 changed files with 1 additions and 4 deletions
|
@ -351,7 +351,7 @@ out:
|
|||
* handles it.
|
||||
* Returns NOTIFY code
|
||||
*/
|
||||
int radeon_atif_handler(struct radeon_device *rdev,
|
||||
static int radeon_atif_handler(struct radeon_device *rdev,
|
||||
struct acpi_bus_event *event)
|
||||
{
|
||||
struct radeon_atif *atif = &rdev->atif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue