diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-24 07:22:17 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 04:20:05 -0400 |
commit | 386a2a71e2abde2d9fd529f8dc5f743102744100 (patch) | |
tree | db5bc9637e8d65ee83773e1d79a08aa6c5511abc /drivers/gpu/host1x/host1x_client.h | |
parent | d18d303378ad81fd73375c0148ac42e28bc0b2a4 (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.h | 4 |
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; | |||
21 | struct platform_device; | 21 | struct platform_device; |
22 | 22 | ||
23 | #ifdef CONFIG_DRM_TEGRA | 23 | #ifdef CONFIG_DRM_TEGRA |
24 | int host1x_drm_alloc(struct platform_device *pdev); | 24 | int tegra_drm_alloc(struct platform_device *pdev); |
25 | #else | 25 | #else |
26 | static inline int host1x_drm_alloc(struct platform_device *pdev) | 26 | static inline int tegra_drm_alloc(struct platform_device *pdev) |
27 | { | 27 | { |
28 | return 0; | 28 | return 0; |
29 | } | 29 | } |