mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
gpu: host1x: Make host1x_actmon_unregister() return void
The function host1x_actmon_unregister() never fails and so never returns an error. Make this function return void to simplify the code. Bug 4303860 Change-Id: I9e1cd403bd6db8e2d4ac6831ed26e1436638456f Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2986789 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ee866593b7
commit
07dbfa8de1
@@ -526,7 +526,7 @@ static inline void host1x_memory_context_put(struct host1x_memory_context *cd)
|
||||
|
||||
int host1x_actmon_read_avg_count(struct host1x_client *client);
|
||||
int host1x_actmon_register(struct host1x_client *client);
|
||||
int host1x_actmon_unregister(struct host1x_client *client);
|
||||
void host1x_actmon_unregister(struct host1x_client *client);
|
||||
void host1x_actmon_enable(struct host1x_client *client);
|
||||
void host1x_actmon_disable(struct host1x_client *client);
|
||||
void host1x_actmon_update_client_rate(struct host1x_client *client,
|
||||
|
||||
Reference in New Issue
Block a user