aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/host1x_client.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-09-24 07:22:17 -0400
committerThierry Reding <treding@nvidia.com>2013-10-31 04:20:05 -0400
commit386a2a71e2abde2d9fd529f8dc5f743102744100 (patch)
treedb5bc9637e8d65ee83773e1d79a08aa6c5511abc /drivers/gpu/host1x/host1x_client.h
parentd18d303378ad81fd73375c0148ac42e28bc0b2a4 (diff)
drm/tegra: Rename host1x_drm structure to tegra_drm
The host1x and Tegra DRM drivers are currently tightly coupled. Renaming the structure marks the boundary more clearly. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/host1x_client.h')
-rw-r--r--drivers/gpu/host1x/host1x_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/host1x/host1x_client.h b/drivers/gpu/host1x/host1x_client.h
index 9b85f10f4a44..6a0bd0268042 100644
--- a/drivers/gpu/host1x/host1x_client.h
+++ b/drivers/gpu/host1x/host1x_client.h
@@ -21,9 +21,9 @@ struct device;
21struct platform_device; 21struct platform_device;
22 22
23#ifdef CONFIG_DRM_TEGRA 23#ifdef CONFIG_DRM_TEGRA
24int host1x_drm_alloc(struct platform_device *pdev); 24int tegra_drm_alloc(struct platform_device *pdev);
25#else 25#else
26static inline int host1x_drm_alloc(struct platform_device *pdev) 26static inline int tegra_drm_alloc(struct platform_device *pdev)
27{ 27{
28 return 0; 28 return 0;
29} 29}