]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpu: host1x: Rename internal functions for clarity
authorThierry Reding <treding@nvidia.com>
Thu, 22 May 2014 09:12:17 +0000 (11:12 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 5 Jun 2014 21:10:30 +0000 (23:10 +0200)
commit0c7dfd36b73be6d2755f7b724e5ce0bffaf04dd3
treec5019db9863bae2214b59d1baa58b8d3a861621a
parent540457cc1fc14707f60b0eddf9df2904ba75c269
gpu: host1x: Rename internal functions for clarity

The internal host1x_{,un}register_client() functions can potentially be
confused with public the host1x_client_{,un}register() functions.

Rename them to host1x_{add,del}_client() to remove some of the possible
confusion.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/bus.c